#870968

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

Shades of Eggplant #870968

Tints of Eggplant #870968

Color information

#870968 (or 0x870968) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 68. RGB value is (135,9,104). Sum of RGB (Red+Green+Blue) = 135+9+104=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #870968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870968 is #78F697. Grayscale: #393939. Windows color (decimal): -7927448 or 6818183. OLE color: 6818183.

HSL color Cylindrical-coordinate representation of color #870968: hue angle of 314.76º degrees, saturation: 0.88, 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 #870968 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB1359104-
CMYK00.930.230.47
HSL314.76º87.5%28.24%-
HSV(B)314.76º93.33%52.94%-
XYZ12.596.3513.66-
YUV57.5154.24183.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=54.44%
G=3.63%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135910400.930.230.47314.7687.528.24
Hex8796805D172F13b581c
Octal207111500135275747313034
Binary10000111100111010000101110110111101111100111011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870968; }

 p { color: rgb(135,9,104); }

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

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

 a { background-color: rgb(135,9,104); }

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

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

 span { border-color: rgb(135,9,104); }

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