#8B1863

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

Shades of Eggplant #8B1863

Tints of Eggplant #8B1863

Color information

#8B1863 (or 0x8B1863) is unknown color: approx Eggplant. HEX triplet: 8B, 18 and 63. RGB value is (139,24,99). Sum of RGB (Red+Green+Blue) = 139+24+99=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1863 is #74E79C. Grayscale: #424242. Windows color (decimal): -7661469 or 6494347. OLE color: 6494347.

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

Color convert

RGB1392499-
CMYK00.830.290.45
HSL320.87º70.55%31.96%-
HSV(B)320.87º82.73%54.51%-
XYZ13.237.0412.47-
YUV66.94146.1179.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=53.05%
G=9.16%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139249900.830.290.45320.8770.5531.96
Hex8B18630531D2D1414720
Octal213301430123355550110740
Binary1000101111000110001101010011111011011011010000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,99); }

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

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

 a { background-color: rgb(139,24,99); }

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

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

 span { border-color: rgb(139,24,99); }

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