Html Css Color HEX #881799 Dark Magenta

📋 copy color: '#881799'

red 136 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #881799

Tints of Dark Magenta #881799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 43.59%
G = 7.37%
B = 49.04%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#881799 (or 0x881799) is known color: Dark Magenta. HEX triplet: 88, 17 and 99. RGB value is (136,23,153). Sum of RGB (Red+Green+Blue) = 136+23+153=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #881799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881799 is #77E866. Grayscale: #474747. Windows color (decimal): -7858279 or 10033032. OLE color: 10033032.

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

Color convert

RGB 136 23 153 -
CMYK 0.11 0.85 0 0.4
HSL 292.15º 0.74% 0.35% -
HSV(B) 292.15º 0.85% 0.6% -
XYZ 16.21 8.15 30.86 -
YUV 71.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 136 23 153 0.11 0.85 0 0.4 292.15 0.74 0.35
Hex 88 17 99 B 55 0 28 124 4A 23
Octal 210 27 231 13 125 0 50 444 112 43
Binary 10001000 10111 10011001 1011 1010101 0 101000 100100100 1001010 100011

Color Harmonies of #881799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881799

Black with #881799

Text Example


Text Example

White with #881799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881799; }

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

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

background-color css

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

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

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

border-color css

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

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

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