#88145E

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

Shades of Eggplant #88145E

Tints of Eggplant #88145E

Color information

#88145E (or 0x88145E) is unknown color: approx Eggplant. HEX triplet: 88, 14 and 5E. RGB value is (136,20,94). Sum of RGB (Red+Green+Blue) = 136+20+94=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88145E is #77EBA1. Grayscale: #3E3E3E. Windows color (decimal): -7859106 or 6165640. OLE color: 6165640.

HSL color Cylindrical-coordinate representation of color #88145E: hue angle of 321.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88145E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1362094-
CMYK00.850.310.47
HSL321.72º74.36%30.59%-
HSV(B)321.72º85.29%53.33%-
XYZ12.426.5411.2-
YUV63.12145.43179.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 20 (8.20% from 255) = 8%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=54.4%
G=8%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136209400.850.310.47321.7274.3630.59
Hex88145E0551F2F1424a1f
Octal210241360125375750211237
Binary100010001010010111100101010111111101111101000010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88145E; }

 p { color: rgb(136,20,94); }

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

<style>
 a { background-color: #88145E; }

 a { background-color: rgb(136,20,94); }

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

<style>
 span { border-color: #88145E; }

 span { border-color: rgb(136,20,94); }

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