Html Css Color HEX #881199 Dark Magenta

📋 copy color: '#881199'

red 136 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #881199

Tints of Dark Magenta #881199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50%

R = 44.44%
G = 5.56%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#881199 (or 0x881199) is known color: Dark Magenta. HEX triplet: 88, 11 and 99. RGB value is (136,17,153). Sum of RGB (Red+Green+Blue) = 136+17+153=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #881199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881199 is #77EE66. Grayscale: #434343. Windows color (decimal): -7859815 or 10031496. OLE color: 10031496.

HSL color Cylindrical-coordinate representation of color #881199: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881199 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 17 153 -
CMYK 0.11 0.89 0 0.4
HSL 292.5º 0.8% 0.33% -
HSV(B) 292.5º 0.89% 0.6% -
XYZ 16.1 7.94 30.82 -
YUV 68.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 136 17 153 0.11 0.89 0 0.4 292.5 0.8 0.33
Hex 88 11 99 B 59 0 28 124 50 21
Octal 210 21 231 13 131 0 50 444 120 41
Binary 10001000 10001 10011001 1011 1011001 0 101000 100100100 1010000 100001

Color Harmonies of #881199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881199

Black with #881199

Text Example


Text Example

White with #881199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881199; }

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

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

background-color css

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

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

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

border-color css

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

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

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