Html Css Color HEX #881399 Dark Magenta

📋 copy color: '#881399'

red 136 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #881399

Tints of Dark Magenta #881399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 44.16%
G = 6.17%
B = 49.68%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#881399 (or 0x881399) is known color: Dark Magenta. HEX triplet: 88, 13 and 99. RGB value is (136,19,153). Sum of RGB (Red+Green+Blue) = 136+19+153=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #881399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881399 is #77EC66. Grayscale: #444444. Windows color (decimal): -7859303 or 10032008. OLE color: 10032008.

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

Color convert

RGB 136 19 153 -
CMYK 0.11 0.88 0 0.4
HSL 292.39º 0.78% 0.34% -
HSV(B) 292.39º 0.88% 0.6% -
XYZ 16.14 8 30.83 -
YUV 69.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 136 19 153 0.11 0.88 0 0.4 292.39 0.78 0.34
Hex 88 13 99 B 58 0 28 124 4E 22
Octal 210 23 231 13 130 0 50 444 116 42
Binary 10001000 10011 10011001 1011 1011000 0 101000 100100100 1001110 100010

Color Harmonies of #881399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881399

Black with #881399

Text Example


Text Example

White with #881399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881399; }

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

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

background-color css

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

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

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

border-color css

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

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

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