#870BC7

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

Shades of Dark Violet #870BC7

Tints of Dark Violet #870BC7

Color information

#870BC7 (or 0x870BC7) is unknown color: approx Dark Violet. HEX triplet: 87, 0B and C7. RGB value is (135,11,199). Sum of RGB (Red+Green+Blue) = 135+11+199=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #870BC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870BC7 is #78F438. Grayscale: #444444. Windows color (decimal): -7926841 or 13044615. OLE color: 13044615.

HSL color Cylindrical-coordinate representation of color #870BC7: hue angle of 279.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870BC7 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13511199-
CMYK0.320.9400.22
HSL279.57º89.52%41.18%-
HSV(B)279.57º94.47%78.04%-
XYZ20.429.5154.79-
YUV69.51201.08174.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 199 (78.12% from 255) = 57.68%
R=39.13%
G=3.19%
B=57.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135111990.320.9400.22279.5789.5241.18
Hex87BC7205E0161185a29
Octal207133074013602643013251
Binary1000011110111100011110000010111100101101000110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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