Html Css Color HEX #88119C Dark Magenta

📋 copy color: '#88119C'

red 136 ◦ green 17 ◦ blue 156

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

Shades of Dark Magenta #88119C

Tints of Dark Magenta #88119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.49%

R = 44.01%
G = 5.5%
B = 50.49%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88119C (or 0x88119C) is known color: Dark Magenta. HEX triplet: 88, 11 and 9C. RGB value is (136,17,156). Sum of RGB (Red+Green+Blue) = 136+17+156=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #88119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88119C is #77EE63. Grayscale: #434343. Windows color (decimal): -7859812 or 10228104. OLE color: 10228104.

HSL color Cylindrical-coordinate representation of color #88119C: hue angle of 291.37º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88119C is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 17 156 -
CMYK 0.13 0.89 0 0.39
HSL 291.37º 0.8% 0.34% -
HSV(B) 291.37º 0.89% 0.61% -
XYZ 16.35 8.04 32.14 -
YUV 68.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 136 17 156 0.13 0.89 0 0.39 291.37 0.8 0.34
Hex 88 11 9C D 59 0 27 123 50 22
Octal 210 21 234 15 131 0 47 443 120 42
Binary 10001000 10001 10011100 1101 1011001 0 100111 100100011 1010000 100010

Color Harmonies of #88119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88119C

Black with #88119C

Text Example


Text Example

White with #88119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88119C; }

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

 H1.HeaderClassName
 {
   color: #88119C;
 }
 .AnyTagClassName
 {
   color: #88119C;
 }
</style>

background-color css

<style>
 a { background-color: #88119C; }

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

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

border-color css

<style>
 span { border-color: #88119C; }

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

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