#870caf

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

Shades of Dark Violet #870CAF

Tints of Dark Violet #870CAF

Color information

#870CAF (or 0x870CAF) is unknown color: approx Dark Violet. HEX triplet: 87, 0C and AF. RGB value is (135,12,175). Sum of RGB (Red+Green+Blue) = 135+12+175=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #870CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870CAF is #78F350. Grayscale: #424242. Windows color (decimal): -7926609 or 11472007. OLE color: 11472007.

HSL color Cylindrical-coordinate representation of color #870CAF: hue angle of 285.28º degrees, saturation: 0.87, 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 #870CAF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13512175-
CMYK0.230.9300.31
HSL285.28º87.17%36.67%-
HSV(B)285.28º93.14%68.63%-
XYZ17.868.5141.26-
YUV67.36188.75176.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 12 (5.08% from 255) = 3.73%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=41.93%
G=3.73%
B=54.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135121750.230.9300.31285.2887.1736.67
Hex87CAF175D01F11d5725
Octal207142572713503743512745
Binary100001111100101011111011110111010111111000111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870caf; }

 p { color: rgb(135,12,175); }

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

<style>
 a { background-color: #870caf; }

 a { background-color: rgb(135,12,175); }

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

<style>
 span { border-color: #870caf; }

 span { border-color: rgb(135,12,175); }

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