#8B016C

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

Shades of Eggplant #8B016C

Tints of Eggplant #8B016C

Color information

#8B016C (or 0x8B016C) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 6C. RGB value is (139,1,108). Sum of RGB (Red+Green+Blue) = 139+1+108=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B016C is #74FE93. Grayscale: #363636. Windows color (decimal): -7667348 or 7078283. OLE color: 7078283.

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

Color convert

RGB1391108-
CMYK00.990.220.45
HSL313.48º98.57%27.45%-
HSV(B)313.48º99.28%54.51%-
XYZ13.376.5914.76-
YUV54.46158.22188.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=56.05%
G=0.40%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139110800.990.220.45313.4898.5727.45
Hex8B16C063162D139631b
Octal21311540143265547114333
Binary10001011111011000110001110110101101100111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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