#8B0172

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

Shades of Eggplant #8B0172

Tints of Eggplant #8B0172

Color information

#8B0172 (or 0x8B0172) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 72. RGB value is (139,1,114). Sum of RGB (Red+Green+Blue) = 139+1+114=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0172 is #74FE8D. Grayscale: #363636. Windows color (decimal): -7667342 or 7471499. OLE color: 7471499.

HSL color Cylindrical-coordinate representation of color #8B0172: hue angle of 310.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0172 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB1391114-
CMYK00.990.180.45
HSL310.87º98.57%27.45%-
HSV(B)310.87º99.28%54.51%-
XYZ13.76.7316.5-
YUV55.14161.22187.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.72%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=54.72%
G=0.39%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139111400.990.180.45310.8798.5727.45
Hex8B172063122D137631b
Octal21311620143225546714333
Binary10001011111100100110001110010101101100110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,1,114); }

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

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

 a { background-color: rgb(139,1,114); }

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

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

 span { border-color: rgb(139,1,114); }

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