#8F0DAF

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

Shades of Dark Violet #8F0DAF

Tints of Dark Violet #8F0DAF

Color information

#8F0DAF (or 0x8F0DAF) is unknown color: approx Dark Violet. HEX triplet: 8F, 0D and AF. RGB value is (143,13,175). Sum of RGB (Red+Green+Blue) = 143+13+175=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F0DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0DAF is #70F250. Grayscale: #454545. Windows color (decimal): -7402065 or 11472271. OLE color: 11472271.

HSL color Cylindrical-coordinate representation of color #8F0DAF: hue angle of 288.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0DAF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14313175-
CMYK0.180.9300.31
HSL288.15º86.17%36.86%-
HSV(B)288.15º92.57%68.63%-
XYZ19.219.2241.33-
YUV70.34187.07179.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 13 (5.47% from 255) = 3.93%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=43.20%
G=3.93%
B=52.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143131750.180.9300.31288.1586.1736.86
Hex8FDAF125D01F1205625
Octal217152572213503744012645
Binary100011111101101011111001010111010111111001000001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,13,175); }

 H1.HeaderClassName
 {
   color: #8F0DAF;
 }
 .AnyTagClassName
 {
   color: #8F0DAF;
 }
</style>
background-color css

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

 a { background-color: rgb(143,13,175); }

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

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

 span { border-color: rgb(143,13,175); }

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