#8C0869

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

Shades of Eggplant #8C0869

Tints of Eggplant #8C0869

Color information

#8C0869 (or 0x8C0869) is unknown color: approx Eggplant. HEX triplet: 8C, 08 and 69. RGB value is (140,8,105). Sum of RGB (Red+Green+Blue) = 140+8+105=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0869 is #73F796. Grayscale: #3A3A3A. Windows color (decimal): -7600023 or 6883468. OLE color: 6883468.

HSL color Cylindrical-coordinate representation of color #8C0869: hue angle of 315.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0869 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB1408105-
CMYK00.940.250.45
HSL315.91º89.19%29.02%-
HSV(B)315.91º94.29%54.9%-
XYZ13.456.7713.96-
YUV58.53154.23186.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.34%
GREEN value IS 8 (3.52% from 255) = 3.16%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=55.34%
G=3.16%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140810500.940.250.45315.9189.1929.02
Hex8C86905E192D13c591d
Octal214101510136315547413135
Binary10001100100011010010101111011001101101100111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0869; }

 p { color: rgb(140,8,105); }

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

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

 a { background-color: rgb(140,8,105); }

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

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

 span { border-color: rgb(140,8,105); }

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