#8F0B64

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

Shades of Eggplant #8F0B64

Tints of Eggplant #8F0B64

Color information

#8F0B64 (or 0x8F0B64) is unknown color: approx Eggplant. HEX triplet: 8F, 0B and 64. RGB value is (143,11,100). Sum of RGB (Red+Green+Blue) = 143+11+100=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0B64 is #70F49B. Grayscale: #3C3C3C. Windows color (decimal): -7402652 or 6556559. OLE color: 6556559.

HSL color Cylindrical-coordinate representation of color #8F0B64: hue angle of 319.55º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B64 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14311100-
CMYK00.920.300.44
HSL319.55º85.71%30.2%-
HSV(B)319.55º92.31%56.08%-
XYZ13.75712.68-
YUV60.61150.23186.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.30%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 100 (39.45% from 255) = 39.37%
R=56.30%
G=4.33%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431110000.920.300.44319.5585.7130.2
Hex8FB6405C1E2C140561e
Octal217131440134365450012636
Binary10001111101111001000101110011110101100101000000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,11,100); }

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

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

 a { background-color: rgb(143,11,100); }

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

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

 span { border-color: rgb(143,11,100); }

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