#8C0F65

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

Shades of Eggplant #8C0F65

Tints of Eggplant #8C0F65

Color information

#8C0F65 (or 0x8C0F65) is unknown color: approx Eggplant. HEX triplet: 8C, 0F and 65. RGB value is (140,15,101). Sum of RGB (Red+Green+Blue) = 140+15+101=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F65 is #73F09A. Grayscale: #3D3D3D. Windows color (decimal): -7598235 or 6623116. OLE color: 6623116.

HSL color Cylindrical-coordinate representation of color #8C0F65: hue angle of 318.72º 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 #8C0F65 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB14015101-
CMYK00.890.280.45
HSL318.72º80.65%30.39%-
HSV(B)318.72º89.29%54.9%-
XYZ13.346.8612.93-
YUV62.18149.91183.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.69%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=54.69%
G=5.86%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401510100.890.280.45318.7280.6530.39
Hex8CF650591C2D13f511e
Octal214171450131345547712136
Binary10001100111111001010101100111100101101100111111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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