#870BB2

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

Shades of Dark Violet #870BB2

Tints of Dark Violet #870BB2

Color information

#870BB2 (or 0x870BB2) is unknown color: approx Dark Violet. HEX triplet: 87, 0B and B2. RGB value is (135,11,178). Sum of RGB (Red+Green+Blue) = 135+11+178=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #870BB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870BB2 is #78F44D. Grayscale: #424242. Windows color (decimal): -7926862 or 11668359. OLE color: 11668359.

HSL color Cylindrical-coordinate representation of color #870BB2: hue angle of 284.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870BB2 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13511178-
CMYK0.240.9400.30
HSL284.55º88.36%37.06%-
HSV(B)284.55º93.82%69.8%-
XYZ18.158.642.82-
YUV67.11190.58176.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 11 (4.69% from 255) = 3.40%
BLUE value IS 178 (69.92% from 255) = 54.94%
R=41.67%
G=3.40%
B=54.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal135111780.240.9400.30284.5588.3637.06
Hex87BB2185E01E11d5825
Octal207132623013603643513045
Binary100001111011101100101100010111100111101000111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,11,178); }

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

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

 a { background-color: rgb(135,11,178); }

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

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

 span { border-color: rgb(135,11,178); }

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