Html Css Color HEX #88135E Eggplant

📋 copy color: '#88135E'

red 136 ◦ green 19 ◦ blue 94

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

Shades of Eggplant #88135E

Tints of Eggplant #88135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 54.62%
G = 7.63%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88135E (or 0x88135E) is known color: Eggplant. HEX triplet: 88, 13 and 5E. RGB value is (136,19,94). Sum of RGB (Red+Green+Blue) = 136+19+94=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88135E is #77ECA1. Grayscale: #3E3E3E. Windows color (decimal): -7859362 or 6165384. OLE color: 6165384.

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

Color convert

RGB 136 19 94 -
CMYK 0 0.86 0.31 0.47
HSL 321.54º 0.75% 0.3% -
HSV(B) 321.54º 0.86% 0.53% -
XYZ 12.41 6.51 11.19 -
YUV 62.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 136 19 94 0 0.86 0.31 0.47 321.54 0.75 0.3
Hex 88 13 5E 0 56 1F 2F 142 4B 1E
Octal 210 23 136 0 126 37 57 502 113 36
Binary 10001000 10011 1011110 0 1010110 11111 101111 101000010 1001011 11110

Color Harmonies of #88135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88135E

Black with #88135E

Text Example


Text Example

White with #88135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88135E;
 }
 .AnyTagClassName
 {
   color: #88135E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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