#8F0251

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

Shades of Eggplant #8F0251

Tints of Eggplant #8F0251

Color information

#8F0251 (or 0x8F0251) is unknown color: approx Eggplant. HEX triplet: 8F, 02 and 51. RGB value is (143,2,81). Sum of RGB (Red+Green+Blue) = 143+2+81=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0251 is #70FDAE. Grayscale: #343434. Windows color (decimal): -7404975 or 5309071. OLE color: 5309071.

HSL color Cylindrical-coordinate representation of color #8F0251: hue angle of 326.38º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0251 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB143281-
CMYK00.990.430.44
HSL326.38º97.24%28.43%-
HSV(B)326.38º98.6%56.08%-
XYZ12.836.488.36-
YUV53.16143.71192.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 63.27%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=63.27%
G=0.88%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14328100.990.430.44326.3897.2428.43
Hex8F2510632B2C146611c
Octal21721210143535450614134
Binary1000111110101000101100011101011101100101000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,2,81); }

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

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

 a { background-color: rgb(143,2,81); }

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

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

 span { border-color: rgb(143,2,81); }

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