#8B0D6A

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

Shades of Eggplant #8B0D6A

Tints of Eggplant #8B0D6A

Color information

#8B0D6A (or 0x8B0D6A) is unknown color: approx Eggplant. HEX triplet: 8B, 0D and 6A. RGB value is (139,13,106). Sum of RGB (Red+Green+Blue) = 139+13+106=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D6A is #74F295. Grayscale: #3D3D3D. Windows color (decimal): -7664278 or 6950283. OLE color: 6950283.

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

Color convert

RGB13913106-
CMYK00.910.240.45
HSL315.71º82.89%29.8%-
HSV(B)315.71º90.65%54.51%-
XYZ13.396.8214.25-
YUV61.28153.24183.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 13 (5.47% from 255) = 5.04%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=53.88%
G=5.04%
B=41.09%

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
Decimal1391310600.910.240.45315.7182.8929.8
Hex8BD6A05B182D13c531e
Octal213151520133305547412336
Binary10001011110111010100101101111000101101100111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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