#8B095A

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

Shades of Eggplant #8B095A

Tints of Eggplant #8B095A

Color information

#8B095A (or 0x8B095A) is unknown color: approx Eggplant. HEX triplet: 8B, 09 and 5A. RGB value is (139,9,90). Sum of RGB (Red+Green+Blue) = 139+9+90=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B095A is #74F6A5. Grayscale: #383838. Windows color (decimal): -7665318 or 5900683. OLE color: 5900683.

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

Color convert

RGB139990-
CMYK00.940.350.45
HSL322.62º87.84%29.02%-
HSV(B)322.62º93.53%54.51%-
XYZ12.596.4210.25-
YUV57.1146.57186.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.40%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=58.40%
G=3.78%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13999000.940.350.45322.6287.8429.02
Hex8B95A05E232D143581d
Octal213111320136435550313035
Binary100010111001101101001011110100011101101101000011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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