Html Css Color HEX #880999 Dark Magenta

📋 copy color: '#880999'

red 136 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #880999

Tints of Dark Magenta #880999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

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

R = 45.64%
G = 3.02%
B = 51.34%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#880999 (or 0x880999) is known color: Dark Magenta. HEX triplet: 88, 09 and 99. RGB value is (136,9,153). Sum of RGB (Red+Green+Blue) = 136+9+153=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #880999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880999 is #77F666. Grayscale: #3E3E3E. Windows color (decimal): -7861863 or 10029448. OLE color: 10029448.

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

Color convert

RGB 136 9 153 -
CMYK 0.11 0.94 0 0.4
HSL 292.92º 0.89% 0.32% -
HSV(B) 292.92º 0.94% 0.6% -
XYZ 16 7.73 30.79 -
YUV 63.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 136 9 153 0.11 0.94 0 0.4 292.92 0.89 0.32
Hex 88 9 99 B 5E 0 28 125 59 20
Octal 210 11 231 13 136 0 50 445 131 40
Binary 10001000 1001 10011001 1011 1011110 0 101000 100100101 1011001 100000

Color Harmonies of #880999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880999

Black with #880999

Text Example


Text Example

White with #880999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880999; }

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

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

background-color css

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

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

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

border-color css

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

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

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