#8B0F5C

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

Shades of Eggplant #8B0F5C

Tints of Eggplant #8B0F5C

Color information

#8B0F5C (or 0x8B0F5C) is unknown color: approx Eggplant. HEX triplet: 8B, 0F and 5C. RGB value is (139,15,92). Sum of RGB (Red+Green+Blue) = 139+15+92=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F5C is #74F0A3. Grayscale: #3C3C3C. Windows color (decimal): -7663780 or 6033291. OLE color: 6033291.

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

Color convert

RGB1391592-
CMYK00.890.340.45
HSL322.74º80.52%30.2%-
HSV(B)322.74º89.21%54.51%-
XYZ12.756.610.73-
YUV60.85145.58183.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.50%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=56.50%
G=6.10%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139159200.890.340.45322.7480.5230.2
Hex8BF5C059222D143511e
Octal213171340131425550312136
Binary100010111111101110001011001100010101101101000011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,92); }

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

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

 a { background-color: rgb(139,15,92); }

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

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

 span { border-color: rgb(139,15,92); }

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