#870B6A

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

Shades of Eggplant #870B6A

Tints of Eggplant #870B6A

Color information

#870B6A (or 0x870B6A) is unknown color: approx Eggplant. HEX triplet: 87, 0B and 6A. RGB value is (135,11,106). Sum of RGB (Red+Green+Blue) = 135+11+106=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #870B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B6A is #78F495. Grayscale: #3A3A3A. Windows color (decimal): -7926934 or 6949767. OLE color: 6949767.

HSL color Cylindrical-coordinate representation of color #870B6A: hue angle of 314.03º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B6A is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13511106-
CMYK00.920.210.47
HSL314.03º84.93%28.63%-
HSV(B)314.03º91.85%52.94%-
XYZ12.716.4314.21-
YUV58.91154.58182.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=53.57%
G=4.37%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351110600.920.210.47314.0384.9328.63
Hex87B6A05C152F13a551d
Octal207131520134255747212535
Binary10000111101111010100101110010101101111100111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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