#8F02BE

Color #8F02BE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8F02BE

Tints of Dark Violet #8F02BE

Color information

#8F02BE (or 0x8F02BE) is unknown color: approx 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

RGB1432190-
CMYK0.250.9900.25
HSL285º97.92%37.65%-
HSV(B)285º98.95%74.51%-
XYZ20.649.649.48-
YUV65.59198.21183.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=42.69%
G=0.60%
B=56.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14321900.250.9900.2528597.9237.65
Hex8F2BE196301911d6226
Octal21722763114303143514246
Binary1000111110101111101100111000110110011000111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F02BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>