Html Css Color HEX #88115F Eggplant

📋 copy color: '#88115F'

red 136 ◦ green 17 ◦ blue 95

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

Shades of Eggplant #88115F

Tints of Eggplant #88115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 54.84%
G = 6.85%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88115F (or 0x88115F) is known color: Eggplant. HEX triplet: 88, 11 and 5F. RGB value is (136,17,95). Sum of RGB (Red+Green+Blue) = 136+17+95=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88115F is #77EEA0. Grayscale: #3D3D3D. Windows color (decimal): -7859873 or 6230408. OLE color: 6230408.

HSL color Cylindrical-coordinate representation of color #88115F: hue angle of 320.67º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88115F is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 95 -
CMYK 0 0.87 0.30 0.47
HSL 320.67º 0.78% 0.3% -
HSV(B) 320.67º 0.88% 0.53% -
XYZ 12.42 6.46 11.42 -
YUV 61.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 136 17 95 0 0.87 0.30 0.47 320.67 0.78 0.3
Hex 88 11 5F 0 57 1E 2F 141 4E 1E
Octal 210 21 137 0 127 36 57 501 116 36
Binary 10001000 10001 1011111 0 1010111 11110 101111 101000001 1001110 11110

Color Harmonies of #88115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88115F

Black with #88115F

Text Example


Text Example

White with #88115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88115F; }

 p { color: rgb(136,17,95); }

 H1.HeaderClassName
 {
   color: #88115F;
 }
 .AnyTagClassName
 {
   color: #88115F;
 }
</style>

background-color css

<style>
 a { background-color: #88115F; }

 a { background-color: rgb(136,17,95); }

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

border-color css

<style>
 span { border-color: #88115F; }

 span { border-color: rgb(136,17,95); }

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