Html Css Color HEX #88185E Eggplant

📋 copy color: '#88185E'

red 136 ◦ green 24 ◦ blue 94

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

Shades of Eggplant #88185E

Tints of Eggplant #88185E

RGB

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

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

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

R = 53.54%
G = 9.45%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88185E (or 0x88185E) is known color: Eggplant. HEX triplet: 88, 18 and 5E. RGB value is (136,24,94). Sum of RGB (Red+Green+Blue) = 136+24+94=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88185E is #77E7A1. Grayscale: #414141. Windows color (decimal): -7858082 or 6166664. OLE color: 6166664.

HSL color Cylindrical-coordinate representation of color #88185E: hue angle of 322.5º 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 #88185E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 94 -
CMYK 0 0.82 0.31 0.47
HSL 322.5º 0.7% 0.31% -
HSV(B) 322.5º 0.82% 0.53% -
XYZ 12.5 6.7 11.22 -
YUV 65.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 136 24 94 0 0.82 0.31 0.47 322.5 0.7 0.31
Hex 88 18 5E 0 52 1F 2F 142 46 1F
Octal 210 30 136 0 122 37 57 502 106 37
Binary 10001000 11000 1011110 0 1010010 11111 101111 101000010 1000110 11111

Color Harmonies of #88185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88185E

Black with #88185E

Text Example


Text Example

White with #88185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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