Html Css Color HEX #880996 Dark Magenta

📋 copy color: '#880996'

red 136 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #880996

Tints of Dark Magenta #880996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 46.1%
G = 3.05%
B = 50.85%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880996 (or 0x880996) is known color: Dark Magenta. HEX triplet: 88, 09 and 96. RGB value is (136,9,150). Sum of RGB (Red+Green+Blue) = 136+9+150=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #880996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880996 is #77F669. Grayscale: #3E3E3E. Windows color (decimal): -7861866 or 9832840. OLE color: 9832840.

HSL color Cylindrical-coordinate representation of color #880996: hue angle of 294.04º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880996 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 9 150 -
CMYK 0.09 0.94 0 0.41
HSL 294.04º 0.89% 0.31% -
HSV(B) 294.04º 0.94% 0.59% -
XYZ 15.76 7.63 29.5 -
YUV 63.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 136 9 150 0.09 0.94 0 0.41 294.04 0.89 0.31
Hex 88 9 96 9 5E 0 29 126 59 1F
Octal 210 11 226 11 136 0 51 446 131 37
Binary 10001000 1001 10010110 1001 1011110 0 101001 100100110 1011001 11111

Color Harmonies of #880996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880996

Black with #880996

Text Example


Text Example

White with #880996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880996; }

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

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

background-color css

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

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

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

border-color css

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

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

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