#8A0362

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

Shades of Eggplant #8A0362

Tints of Eggplant #8A0362

Color information

#8A0362 (or 0x8A0362) is unknown color: approx Eggplant. HEX triplet: 8A, 03 and 62. RGB value is (138,3,98). Sum of RGB (Red+Green+Blue) = 138+3+98=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0362 is #75FC9D. Grayscale: #353535. Windows color (decimal): -7732382 or 6423434. OLE color: 6423434.

HSL color Cylindrical-coordinate representation of color #8A0362: hue angle of 317.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0362 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB138398-
CMYK00.980.290.46
HSL317.78º95.74%27.65%-
HSV(B)317.78º97.83%54.12%-
XYZ12.726.3512.11-
YUV54.2152.73187.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=57.74%
G=1.26%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13839800.980.290.46317.7895.7427.65
Hex8A3620621D2E13e601c
Octal21231420142355647614034
Binary100010101111000100110001011101101110100111110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,98); }

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

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

 a { background-color: rgb(138,3,98); }

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

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

 span { border-color: rgb(138,3,98); }

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