#8A1360

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

Shades of Eggplant #8A1360

Tints of Eggplant #8A1360

Color information

#8A1360 (or 0x8A1360) is unknown color: approx Eggplant. HEX triplet: 8A, 13 and 60. RGB value is (138,19,96). Sum of RGB (Red+Green+Blue) = 138+19+96=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1360 is #75EC9F. Grayscale: #3F3F3F. Windows color (decimal): -7728288 or 6296458. OLE color: 6296458.

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

Color convert

RGB1381996-
CMYK00.860.300.46
HSL321.18º75.8%30.78%-
HSV(B)321.18º86.23%54.12%-
XYZ12.836.7111.69-
YUV63.36146.42181.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 7.51%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=54.55%
G=7.51%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138199600.860.300.46321.1875.830.78
Hex8A13600561E2E1414c1f
Octal212231400126365650111437
Binary100010101001111000000101011011110101110101000001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,19,96); }

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

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

 a { background-color: rgb(138,19,96); }

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

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

 span { border-color: rgb(138,19,96); }

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