#8B0D69

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

Shades of Eggplant #8B0D69

Tints of Eggplant #8B0D69

Color information

#8B0D69 (or 0x8B0D69) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 69. RGB value is (139,13,105). Sum of RGB (Red+Green+Blue) = 139+13+105=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D69 is #74F296. Grayscale: #3C3C3C. Windows color (decimal): -7664279 or 6884747. OLE color: 6884747.

HSL color Cylindrical-coordinate representation of color #8B0D69: hue angle of 316.19º 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 #8B0D69 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB13913105-
CMYK00.910.240.45
HSL316.19º82.89%29.8%-
HSV(B)316.19º90.65%54.51%-
XYZ13.346.813.97-
YUV61.16152.74183.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 13 (5.47% from 255) = 5.06%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=54.09%
G=5.06%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391310500.910.240.45316.1982.8929.8
Hex8BD6905B182D13c531e
Octal213151510133305547412336
Binary10001011110111010010101101111000101101100111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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