#8A0B68

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

Shades of Eggplant #8A0B68

Tints of Eggplant #8A0B68

Color information

#8A0B68 (or 0x8A0B68) is unknown color: approx Eggplant. HEX triplet: 8A, 0B and 68. RGB value is (138,11,104). Sum of RGB (Red+Green+Blue) = 138+11+104=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B68 is #75F497. Grayscale: #3B3B3B. Windows color (decimal): -7730328 or 6818698. OLE color: 6818698.

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

Color convert

RGB13811104-
CMYK00.920.250.46
HSL316.06º85.23%29.22%-
HSV(B)316.06º92.03%54.12%-
XYZ13.16.6413.69-
YUV59.58153.08183.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 11 (4.69% from 255) = 4.35%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=54.55%
G=4.35%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381110400.920.250.46316.0685.2329.22
Hex8AB6805C192E13c551d
Octal212131500134315647412535
Binary10001010101111010000101110011001101110100111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,104); }

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

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

 a { background-color: rgb(138,11,104); }

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

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

 span { border-color: rgb(138,11,104); }

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