Html Css Color HEX #88199C Dark Magenta

📋 copy color: '#88199C'

red 136 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #88199C

Tints of Dark Magenta #88199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 42.9%
G = 7.89%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88199C (or 0x88199C) is known color: Dark Magenta. HEX triplet: 88, 19 and 9C. RGB value is (136,25,156). Sum of RGB (Red+Green+Blue) = 136+25+156=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #88199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88199C is #77E663. Grayscale: #484848. Windows color (decimal): -7857764 or 10230152. OLE color: 10230152.

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

Color convert

RGB 136 25 156 -
CMYK 0.13 0.84 0 0.39
HSL 290.84º 0.72% 0.35% -
HSV(B) 290.84º 0.84% 0.61% -
XYZ 16.5 8.33 32.19 -
YUV 73.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 136 25 156 0.13 0.84 0 0.39 290.84 0.72 0.35
Hex 88 19 9C D 54 0 27 123 48 23
Octal 210 31 234 15 124 0 47 443 110 43
Binary 10001000 11001 10011100 1101 1010100 0 100111 100100011 1001000 100011

Color Harmonies of #88199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88199C

Black with #88199C

Text Example


Text Example

White with #88199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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