#8F0F61

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

Shades of Eggplant #8F0F61

Tints of Eggplant #8F0F61

Color information

#8F0F61 (or 0x8F0F61) is unknown color: approx Eggplant. HEX triplet: 8F, 0F and 61. RGB value is (143,15,97). Sum of RGB (Red+Green+Blue) = 143+15+97=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F61 is #70F09E. Grayscale: #3E3E3E. Windows color (decimal): -7401631 or 6360975. OLE color: 6360975.

HSL color Cylindrical-coordinate representation of color #8F0F61: hue angle of 321.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F61 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1431597-
CMYK00.900.320.44
HSL321.56º81.01%30.98%-
HSV(B)321.56º89.51%56.08%-
XYZ13.667.0411.95-
YUV62.62147.41185.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.08%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 97 (38.28% from 255) = 38.04%
R=56.08%
G=5.88%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143159700.900.320.44321.5681.0130.98
Hex8FF6105A202C142511f
Octal217171410132405450212137
Binary100011111111110000101011010100000101100101000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,97); }

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

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

 a { background-color: rgb(143,15,97); }

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

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

 span { border-color: rgb(143,15,97); }

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