Html Css Color HEX #88145E Eggplant

📋 copy color: '#88145E'

red 136 ◦ green 20 ◦ blue 94

#88145E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #88145E

Tints of Eggplant #88145E

RGB

 RED value IS 136 (53.52% from 255) = 54.4%

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 94 (37.11% from 255) = 37.6%

R = 54.4%
G = 8%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88145E (or 0x88145E) is known color: 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

RGB 136 20 94 -
CMYK 0 0.85 0.31 0.47
HSL 321.72º 0.74% 0.31% -
HSV(B) 321.72º 0.85% 0.53% -
XYZ 12.42 6.54 11.2 -
YUV 63.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 136 20 94 0 0.85 0.31 0.47 321.72 0.74 0.31
Hex 88 14 5E 0 55 1F 2F 142 4A 1F
Octal 210 24 136 0 125 37 57 502 112 37
Binary 10001000 10100 1011110 0 1010101 11111 101111 101000010 1001010 11111

Color Harmonies of #88145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88145E

Black with #88145E

Text Example


Text Example

White with #88145E

Text Example


Text Example

HTML Codes & Css Web 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>