Html Css Color HEX #880AA0 Dark Magenta

📋 copy color: '#880AA0'

red 136 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #880AA0

Tints of Dark Magenta #880AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.29%

R = 44.44%
G = 3.27%
B = 52.29%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#880AA0 (or 0x880AA0) is known color: Dark Magenta. HEX triplet: 88, 0A and A0. RGB value is (136,10,160). Sum of RGB (Red+Green+Blue) = 136+10+160=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #880AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AA0 is #77F55F. Grayscale: #404040. Windows color (decimal): -7861600 or 10488456. OLE color: 10488456.

HSL color Cylindrical-coordinate representation of color #880AA0: hue angle of 290.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880AA0 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 136 10 160 -
CMYK 0.15 0.94 0 0.37
HSL 290.4º 0.88% 0.33% -
HSV(B) 290.4º 0.94% 0.63% -
XYZ 16.61 7.99 33.92 -
YUV 64.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 136 10 160 0.15 0.94 0 0.37 290.4 0.88 0.33
Hex 88 A A0 F 5E 0 25 122 58 21
Octal 210 12 240 17 136 0 45 442 130 41
Binary 10001000 1010 10100000 1111 1011110 0 100101 100100010 1011000 100001

Color Harmonies of #880AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AA0

Black with #880AA0

Text Example


Text Example

White with #880AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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