COLOR #8F30D2

HEX: #8F30D2 RGB: (143,48,210)

Color info

#8F30D2 contains mainly blue color. Web safe color of #8F30D2 is #9933CC (or #93C).

RGB color model

#8F30D2 color RGB value is (143,48,210).

RGB: (143,48,210) (56%, 19%, 82%)

RGB channels and saturation

R 143 of 255 = 56%
G 48 of 255 = 19%
B 210 of 255 = 82%

143
48
210

R + G + B ~ 52%. #8F30D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 143 + 48 + 210 = 401 (100%)
R 143 of 401 ~ 35.66%
G 48 of 401 ~ 11.97%
B 210 of 401 ~ 52.37'%

%35.66
%11.97
%52.37

CMYK color model

#8F30D2 color CMYK value is (32,77,0,18).

  • cyan value is 31.90%
  • magenta value is 77.14%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (32,77,0,18)
C32M77Y0K18 (32%, 77%, 0%, 18%)
(0.32 / 0.77 / 0.00 / 0.18)

CMYK percentages

%31.9
%77.14
%0
%17.65

Codes

Color #8F30D2 in popluar color models

8F 30 D2
RGB 143 48 210
HSL 275° 64.29% 50.59%
HSB/HSV 275° 77.14% 82.35%
CMYK 31.90% 77.14% 0.00%
17.65%

Color #8F30D2 in popluar number systems.

HEX 8F 30 D2
Decimal 143 48 210
Binary 10001111 110000 11010010
Octal 217 60 322

Shades and tints

Shades of #8F30D2

#8F30D2
(143,48,210)
#822CBF
(130,44,191)
#7528AC
(117,40,172)
#682499
(104,36,153)
#5B2086
(91,32,134)
#4E1C73
(78,28,115)
#411860
(65,24,96)
#34144D
(52,20,77)
#27103A
(39,16,58)
#1A0C27
(26,12,39)
#0D0814
(13,8,20)
#000000
(0,0,0)

Tints of #8F30D2

#8F30D2
(143,48,210)
#9942D6
(153,66,214)
#A354DA
(163,84,218)
#AD66DE
(173,102,222)
#B778E2
(183,120,226)
#C18AE6
(193,138,230)
#CB9CEA
(203,156,234)
#D5AEEE
(213,174,238)
#DFC0F2
(223,192,242)
#E9D2F6
(233,210,246)
#F3E4FA
(243,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F30D2 color. Also use rgb(143,48,210) instead hex code.

Text Font Color

.myTextColor { color: #8F30D2; }

<p style="color:#8F30D2">This sample text font color is #8F30D2.</p>

This text font color is #8F30D2.

Background Color

.myBgColor { background-color: #8F30D2; }

<div style="background-color:#8F30D2">Inner text</div>

This div background color is #8F30D2.

Border color

.myBorderColor { border: 1px solid #8F30D2; }

<div style="border:3px solid #8F30D2">Div</div>

This div border color is #8F30D2.

Opacity

.myOpacity80 { color: #8F30D2; opacity: 0.8; }

<p style="color:#8F30D2;opacity:0.8;">80%</p>

Text with #8F30D2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8F30D2;}

<p style="text-shadow: 3px 3px 1px #8F30D2">Text here.</p>

This text has shadow with #8F30D2 color.


.textShadow {text-shadow: 3px 3px 1px #8F30D2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8F30D2, 5px 5px 20px red">Text here.</p>

This text has shadow with #8F30D2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8F30D2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8F30D2, Direction=45, Strength=4)">Text</p>

This text has shadow with #8F30D2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8F30D2;
-webkit-box-shadow: 1px 1px 3px 2px #8F30D2;
box-shadow: 1px 1px 3px 2px #8F30D2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8F30D2; -webkit-box-shadow: 1px 1px 3px 2px #8F30D2; box-shadow:1px 1px 3px 2px #8F30D2;">
Div content here
</div>

This div box has shadow with color #8F30D2.

Preview

Color preview on black background

This text has color #8F30D2 on black background.


Color preview on white background

This text has color #8F30D2 on white background.


Black color preview on #8F30D2 background

This text has black color on #8F30D2 background.


White color preview on #8F30D2 background

This text has white color on #8F30D2 background.


Related colors

Complementary color

Complementary color for #hex is #70CF2D.


I love getcolorcode.com

Triadic colors

1 #D28F30 and #30D28F with #8F30D2 are triadic colors.

2 #D2308F and #308FD2 with #8F30D2 are triadic colors.