Html Css Color HEX #8F02BE Dark Violet

📋 copy color: '#8F02BE'

red 143 ◦ green 2 ◦ blue 190

#8F02BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8F02BE

Tints of Dark Violet #8F02BE

RGB

 RED value IS 143 (56.25% from 255) = 42.69%

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 42.69%
G = 0.6%
B = 56.72%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8F02BE (or 0x8F02BE) is known color: Dark Violet. HEX triplet: 8F, 02 and BE. RGB value is (143,2,190). Sum of RGB (Red+Green+Blue) = 143+2+190=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F02BE is #70FD41. Grayscale: #404040. Windows color (decimal): -7404866 or 12452495. OLE color: 12452495.

HSL color Cylindrical-coordinate representation of color #8F02BE: hue angle of 285º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F02BE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 2 190 -
CMYK 0.25 0.99 0 0.25
HSL 285º 0.98% 0.38% -
HSV(B) 285º 0.99% 0.75% -
XYZ 20.64 9.6 49.48 -
YUV 65.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 143 2 190 0.25 0.99 0 0.25 285 0.98 0.38
Hex 8F 2 BE 19 63 0 19 11D 62 26
Octal 217 2 276 31 143 0 31 435 142 46
Binary 10001111 10 10111110 11001 1100011 0 11001 100011101 1100010 100110

Color Harmonies of #8F02BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02BE

Black with #8F02BE

Text Example


Text Example

White with #8F02BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F02BE; }

 p { color: rgb(143,2,190); }

 H1.HeaderClassName
 {
   color: #8F02BE;
 }
 .AnyTagClassName
 {
   color: #8F02BE;
 }
</style>

background-color css

<style>
 a { background-color: #8F02BE; }

 a { background-color: rgb(143,2,190); }

 div.DivClassName
 {
   background-color: #8F02BE;
 }
 .BgClassName
 {
   background-color: #8F02BE;
 }
</style>

border-color css

<style>
 span { border-color: #8F02BE; }

 span { border-color: rgb(143,2,190); }

 td.TdClassName
 {
   border-color: #8F02BE;
 }
 .TagClassName
 {
   border-color: #8F02BE;
 }
</style>