#8A0F5F

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

Shades of Eggplant #8A0F5F

Tints of Eggplant #8A0F5F

Color information

#8A0F5F (or 0x8A0F5F) is unknown color: approx Eggplant. HEX triplet: 8A, 0F and 5F. RGB value is (138,15,95). Sum of RGB (Red+Green+Blue) = 138+15+95=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0F5F is #75F0A0. Grayscale: #3C3C3C. Windows color (decimal): -7729313 or 6229898. OLE color: 6229898.

HSL color Cylindrical-coordinate representation of color #8A0F5F: hue angle of 320.98º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A0F5F is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1381595-
CMYK00.890.310.46
HSL320.98º80.39%30%-
HSV(B)320.98º89.13%54.12%-
XYZ12.726.5711.42-
YUV60.9147.25183-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.65%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=55.65%
G=6.05%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138159500.890.310.46320.9880.3930
Hex8AF5F0591F2E141501e
Octal212171370131375650112036
Binary10001010111110111110101100111111101110101000001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,15,95); }

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

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

 a { background-color: rgb(138,15,95); }

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

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

 span { border-color: rgb(138,15,95); }

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