#870AAF

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

Shades of Dark Violet #870AAF

Tints of Dark Violet #870AAF

Color information

#870AAF (or 0x870AAF) is unknown color: approx Dark Violet. HEX triplet: 87, 0A and AF. RGB value is (135,10,175). Sum of RGB (Red+Green+Blue) = 135+10+175=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #870AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870AAF is #78F550. Grayscale: #414141. Windows color (decimal): -7927121 or 11471495. OLE color: 11471495.

HSL color Cylindrical-coordinate representation of color #870AAF: hue angle of 285.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870AAF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13510175-
CMYK0.230.9400.31
HSL285.45º89.19%36.27%-
HSV(B)285.45º94.29%68.63%-
XYZ17.848.4641.25-
YUV66.18189.41177.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=42.19%
G=3.12%
B=54.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135101750.230.9400.31285.4589.1936.27
Hex87AAF175E01F11d5924
Octal207122572713603743513144
Binary100001111010101011111011110111100111111000111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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