#870EBC

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

Shades of Dark Violet #870EBC

Tints of Dark Violet #870EBC

Color information

#870EBC (or 0x870EBC) is unknown color: approx Dark Violet. HEX triplet: 87, 0E and BC. RGB value is (135,14,188). Sum of RGB (Red+Green+Blue) = 135+14+188=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #870EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EBC is #78F143. Grayscale: #454545. Windows color (decimal): -7926084 or 12324487. OLE color: 12324487.

HSL color Cylindrical-coordinate representation of color #870EBC: hue angle of 281.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870EBC is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13514188-
CMYK0.280.9300.26
HSL281.72º86.14%39.61%-
HSV(B)281.72º92.55%73.73%-
XYZ19.239.148.32-
YUV70.02194.59174.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=40.06%
G=4.15%
B=55.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135141880.280.9300.26281.7286.1439.61
Hex87EBC1C5D01A11a5628
Octal207162743413503243212650
Binary100001111110101111001110010111010110101000110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,14,188); }

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

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

 a { background-color: rgb(135,14,188); }

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

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

 span { border-color: rgb(135,14,188); }

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