#870A69

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

Shades of Eggplant #870A69

Tints of Eggplant #870A69

Color information

#870A69 (or 0x870A69) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 69. RGB value is (135,10,105). Sum of RGB (Red+Green+Blue) = 135+10+105=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #870A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A69 is #78F596. Grayscale: #393939. Windows color (decimal): -7927191 or 6883975. OLE color: 6883975.

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

Color convert

RGB13510105-
CMYK00.930.220.47
HSL314.4º86.21%28.43%-
HSV(B)314.4º92.59%52.94%-
XYZ12.656.3913.93-
YUV58.2154.41182.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 105 (41.41% from 255) = 42%
R=54%
G=4%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351010500.930.220.47314.486.2128.43
Hex87A6905D162F13a561c
Octal207121510135265747212634
Binary10000111101011010010101110110110101111100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,10,105); }

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

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

 a { background-color: rgb(135,10,105); }

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

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

 span { border-color: rgb(135,10,105); }

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