#8B1062

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

Shades of Eggplant #8B1062

Tints of Eggplant #8B1062

Color information

#8B1062 (or 0x8B1062) is unknown color: approx Eggplant. HEX triplet: 8B, 10 and 62. RGB value is (139,16,98). Sum of RGB (Red+Green+Blue) = 139+16+98=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1062 is #74EF9D. Grayscale: #3D3D3D. Windows color (decimal): -7663518 or 6426763. OLE color: 6426763.

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

Color convert

RGB1391698-
CMYK00.880.290.45
HSL320º79.35%30.39%-
HSV(B)320º88.49%54.51%-
XYZ13.046.7412.17-
YUV62.12148.25182.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.94%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=54.94%
G=6.32%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139169800.880.290.4532079.3530.39
Hex8B10620581D2D1404f1e
Octal213201420130355550011736
Binary100010111000011000100101100011101101101101000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,98); }

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

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

 a { background-color: rgb(139,16,98); }

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

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

 span { border-color: rgb(139,16,98); }

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