Html Css Color HEX #880A96 Dark Magenta

📋 copy color: '#880A96'

red 136 ◦ green 10 ◦ blue 150

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

Shades of Dark Magenta #880A96

Tints of Dark Magenta #880A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

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

R = 45.95%
G = 3.38%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880A96 (or 0x880A96) is known color: Dark Magenta. HEX triplet: 88, 0A and 96. RGB value is (136,10,150). Sum of RGB (Red+Green+Blue) = 136+10+150=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #880A96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A96 is #77F569. Grayscale: #3F3F3F. Windows color (decimal): -7861610 or 9833096. OLE color: 9833096.

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

Color convert

RGB 136 10 150 -
CMYK 0.09 0.93 0 0.41
HSL 294º 0.88% 0.31% -
HSV(B) 294º 0.93% 0.59% -
XYZ 15.77 7.65 29.5 -
YUV 63.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 136 10 150 0.09 0.93 0 0.41 294 0.88 0.31
Hex 88 A 96 9 5D 0 29 126 58 1F
Octal 210 12 226 11 135 0 51 446 130 37
Binary 10001000 1010 10010110 1001 1011101 0 101001 100100110 1011000 11111

Color Harmonies of #880A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A96

Black with #880A96

Text Example


Text Example

White with #880A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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