#8B0D67

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

Shades of Eggplant #8B0D67

Tints of Eggplant #8B0D67

Color information

#8B0D67 (or 0x8B0D67) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 67. RGB value is (139,13,103). Sum of RGB (Red+Green+Blue) = 139+13+103=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D67 is #74F298. Grayscale: #3C3C3C. Windows color (decimal): -7664281 or 6753675. OLE color: 6753675.

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

Color convert

RGB13913103-
CMYK00.910.260.45
HSL317.14º82.89%29.8%-
HSV(B)317.14º90.65%54.51%-
XYZ13.246.7613.44-
YUV60.93151.74183.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 13 (5.47% from 255) = 5.10%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=54.51%
G=5.10%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391310300.910.260.45317.1482.8929.8
Hex8BD6705B1A2D13d531e
Octal213151470133325547512336
Binary10001011110111001110101101111010101101100111101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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