Html Css Color HEX #880AAB Dark Magenta

📋 copy color: '#880AAB'

red 136 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #880AAB

Tints of Dark Magenta #880AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 42.9%
G = 3.15%
B = 53.94%

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

#880AAB (or 0x880AAB) is known color: Dark Magenta. HEX triplet: 88, 0A and AB. RGB value is (136,10,171). Sum of RGB (Red+Green+Blue) = 136+10+171=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #880AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AAB is #77F554. Grayscale: #414141. Windows color (decimal): -7861589 or 11209352. OLE color: 11209352.

HSL color Cylindrical-coordinate representation of color #880AAB: hue angle of 286.96º 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 #880AAB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 10 171 -
CMYK 0.20 0.94 0 0.33
HSL 286.96º 0.89% 0.35% -
HSV(B) 286.96º 0.94% 0.67% -
XYZ 17.61 8.39 39.22 -
YUV 66.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 136 10 171 0.20 0.94 0 0.33 286.96 0.89 0.35
Hex 88 A AB 14 5E 0 21 11F 59 23
Octal 210 12 253 24 136 0 41 437 131 43
Binary 10001000 1010 10101011 10100 1011110 0 100001 100011111 1011001 100011

Color Harmonies of #880AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AAB

Black with #880AAB

Text Example


Text Example

White with #880AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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