#8C0F69

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

Shades of Eggplant #8C0F69

Tints of Eggplant #8C0F69

Color information

#8C0F69 (or 0x8C0F69) is unknown color: approx Eggplant. HEX triplet: 8C, 0F and 69. RGB value is (140,15,105). Sum of RGB (Red+Green+Blue) = 140+15+105=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F69 is #73F096. Grayscale: #3E3E3E. Windows color (decimal): -7598231 or 6885260. OLE color: 6885260.

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

Color convert

RGB14015105-
CMYK00.890.250.45
HSL316.8º80.65%30.39%-
HSV(B)316.8º89.29%54.9%-
XYZ13.546.9413.99-
YUV62.64151.91183.18-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 15 (6.25% from 255) = 5.77%
BLUE value IS 105 (41.41% from 255) = 40.38%
R=53.85%
G=5.77%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401510500.890.250.45316.880.6530.39
Hex8CF69059192D13d511e
Octal214171510131315547512136
Binary10001100111111010010101100111001101101100111101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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