#8B135A

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

Shades of Eggplant #8B135A

Tints of Eggplant #8B135A

Color information

#8B135A (or 0x8B135A) is unknown color: approx Eggplant. HEX triplet: 8B, 13 and 5A. RGB value is (139,19,90). Sum of RGB (Red+Green+Blue) = 139+19+90=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B135A is #74ECA5. Grayscale: #3E3E3E. Windows color (decimal): -7662758 or 5903243. OLE color: 5903243.

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

Color convert

RGB1391990-
CMYK00.860.350.45
HSL324.5º75.95%30.98%-
HSV(B)324.5º86.33%54.51%-
XYZ12.736.6910.29-
YUV62.97143.26182.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 19 (7.81% from 255) = 7.66%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=56.05%
G=7.66%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139199000.860.350.45324.575.9530.98
Hex8B135A056232D1444c1f
Octal213231320126435550411437
Binary1000101110011101101001010110100011101101101000100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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