#88125A

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

Shades of Eggplant #88125A

Tints of Eggplant #88125A

Color information

#88125A (or 0x88125A) is unknown color: approx Eggplant. HEX triplet: 88, 12 and 5A. RGB value is (136,18,90). Sum of RGB (Red+Green+Blue) = 136+18+90=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88125A is #77EDA5. Grayscale: #3D3D3D. Windows color (decimal): -7859622 or 5902984. OLE color: 5902984.

HSL color Cylindrical-coordinate representation of color #88125A: hue angle of 323.39º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88125A is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1361890-
CMYK00.870.340.47
HSL323.39º76.62%30.2%-
HSV(B)323.39º86.76%53.33%-
XYZ12.226.4110.27-
YUV61.49144.09181.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 18 (7.42% from 255) = 7.38%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=55.74%
G=7.38%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136189000.870.340.47323.3976.6230.2
Hex88125A057222F1434d1e
Octal210221320127425750311536
Binary1000100010010101101001010111100010101111101000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88125A; }

 p { color: rgb(136,18,90); }

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

<style>
 a { background-color: #88125A; }

 a { background-color: rgb(136,18,90); }

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

<style>
 span { border-color: #88125A; }

 span { border-color: rgb(136,18,90); }

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