#8B0A67

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

Shades of Eggplant #8B0A67

Tints of Eggplant #8B0A67

Color information

#8B0A67 (or 0x8B0A67) is unknown color: approx Eggplant. HEX triplet: 8B, 0A and 67. RGB value is (139,10,103). Sum of RGB (Red+Green+Blue) = 139+10+103=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A67 is #74F598. Grayscale: #3A3A3A. Windows color (decimal): -7665049 or 6752907. OLE color: 6752907.

HSL color Cylindrical-coordinate representation of color #8B0A67: hue angle of 316.74º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A67 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB13910103-
CMYK00.930.260.45
HSL316.74º86.58%29.22%-
HSV(B)316.74º92.81%54.51%-
XYZ13.26.6913.43-
YUV59.17152.74184.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=55.16%
G=3.97%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391010300.930.260.45316.7486.5829.22
Hex8BA6705D1A2D13d571d
Octal213121470135325547512735
Binary10001011101011001110101110111010101101100111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,103); }

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

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

 a { background-color: rgb(139,10,103); }

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

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

 span { border-color: rgb(139,10,103); }

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