#870EBF

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

Shades of Dark Violet #870EBF

Tints of Dark Violet #870EBF

Color information

#870EBF (or 0x870EBF) is unknown color: approx Dark Violet. HEX triplet: 87, 0E and BF. RGB value is (135,14,191). Sum of RGB (Red+Green+Blue) = 135+14+191=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #870EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870EBF is #78F140. Grayscale: #454545. Windows color (decimal): -7926081 or 12521095. OLE color: 12521095.

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

Color convert

RGB13514191-
CMYK0.290.9300.25
HSL281.02º86.34%40.2%-
HSV(B)281.02º92.67%74.9%-
XYZ19.559.2350.04-
YUV70.36196.09174.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 14 (5.86% from 255) = 4.12%
BLUE value IS 191 (75% from 255) = 56.18%
R=39.71%
G=4.12%
B=56.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135141910.290.9300.25281.0286.3440.2
Hex87EBF1D5D0191195628
Octal207162773513503143112650
Binary100001111110101111111110110111010110011000110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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