#8F1363

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

Shades of Eggplant #8F1363

Tints of Eggplant #8F1363

Color information

#8F1363 (or 0x8F1363) is unknown color: approx Eggplant. HEX triplet: 8F, 13 and 63. RGB value is (143,19,99). Sum of RGB (Red+Green+Blue) = 143+19+99=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1363 is #70EC9C. Grayscale: #414141. Windows color (decimal): -7400605 or 6493071. OLE color: 6493071.

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

Color convert

RGB1431999-
CMYK00.870.310.44
HSL321.29º76.54%31.76%-
HSV(B)321.29º86.71%56.08%-
XYZ13.817.2112.47-
YUV65.2147.08183.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.79%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=54.79%
G=7.28%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143199900.870.310.44321.2976.5431.76
Hex8F13630571F2C1414d20
Octal217231430127375450111540
Binary1000111110011110001101010111111111011001010000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,99); }

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

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

 a { background-color: rgb(143,19,99); }

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

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

 span { border-color: rgb(143,19,99); }

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