#8B035A

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

Shades of Eggplant #8B035A

Tints of Eggplant #8B035A

Color information

#8B035A (or 0x8B035A) is unknown color: approx Eggplant. HEX triplet: 8B, 03 and 5A. RGB value is (139,3,90). Sum of RGB (Red+Green+Blue) = 139+3+90=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B035A is #74FCA5. Grayscale: #353535. Windows color (decimal): -7666854 or 5899147. OLE color: 5899147.

HSL color Cylindrical-coordinate representation of color #8B035A: hue angle of 321.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B035A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB139390-
CMYK00.980.350.45
HSL321.62º95.77%27.84%-
HSV(B)321.62º97.84%54.51%-
XYZ12.536.2910.23-
YUV53.58148.56188.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=59.91%
G=1.29%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13939000.980.350.45321.6295.7727.84
Hex8B35A062232D142601c
Octal21331320142435550214034
Binary1000101111101101001100010100011101101101000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,90); }

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

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

 a { background-color: rgb(139,3,90); }

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

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

 span { border-color: rgb(139,3,90); }

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