Html Css Color HEX #880AAA Dark Magenta

📋 copy color: '#880AAA'

red 136 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #880AAA

Tints of Dark Magenta #880AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 43.04%
G = 3.16%
B = 53.8%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#880AAA (or 0x880AAA) is known color: Dark Magenta. HEX triplet: 88, 0A and AA. RGB value is (136,10,170). Sum of RGB (Red+Green+Blue) = 136+10+170=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #880AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AAA is #77F555. Grayscale: #414141. Windows color (decimal): -7861590 or 11143816. OLE color: 11143816.

HSL color Cylindrical-coordinate representation of color #880AAA: hue angle of 287.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880AAA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 10 170 -
CMYK 0.20 0.94 0 0.33
HSL 287.25º 0.89% 0.35% -
HSV(B) 287.25º 0.94% 0.67% -
XYZ 17.52 8.35 38.72 -
YUV 65.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 136 10 170 0.20 0.94 0 0.33 287.25 0.89 0.35
Hex 88 A AA 14 5E 0 21 11F 59 23
Octal 210 12 252 24 136 0 41 437 131 43
Binary 10001000 1010 10101010 10100 1011110 0 100001 100011111 1011001 100011

Color Harmonies of #880AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AAA

Black with #880AAA

Text Example


Text Example

White with #880AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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