Html Css Color HEX #88185F Eggplant

📋 copy color: '#88185F'

red 136 ◦ green 24 ◦ blue 95

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

Shades of Eggplant #88185F

Tints of Eggplant #88185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 53.33%
G = 9.41%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88185F (or 0x88185F) is known color: Eggplant. HEX triplet: 88, 18 and 5F. RGB value is (136,24,95). Sum of RGB (Red+Green+Blue) = 136+24+95=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88185F is #77E7A0. Grayscale: #414141. Windows color (decimal): -7858081 or 6232200. OLE color: 6232200.

HSL color Cylindrical-coordinate representation of color #88185F: hue angle of 321.96º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88185F is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 95 -
CMYK 0 0.82 0.30 0.47
HSL 321.96º 0.7% 0.31% -
HSV(B) 321.96º 0.82% 0.53% -
XYZ 12.55 6.71 11.46 -
YUV 65.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 136 24 95 0 0.82 0.30 0.47 321.96 0.7 0.31
Hex 88 18 5F 0 52 1E 2F 142 46 1F
Octal 210 30 137 0 122 36 57 502 106 37
Binary 10001000 11000 1011111 0 1010010 11110 101111 101000010 1000110 11111

Color Harmonies of #88185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88185F

Black with #88185F

Text Example


Text Example

White with #88185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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