Html Css Color HEX #880A9C Dark Magenta

📋 copy color: '#880A9C'

red 136 ◦ green 10 ◦ blue 156

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

Shades of Dark Magenta #880A9C

Tints of Dark Magenta #880A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 45.03%
G = 3.31%
B = 51.66%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#880A9C (or 0x880A9C) is known color: Dark Magenta. HEX triplet: 88, 0A and 9C. RGB value is (136,10,156). Sum of RGB (Red+Green+Blue) = 136+10+156=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #880A9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880A9C is #77F563. Grayscale: #3F3F3F. Windows color (decimal): -7861604 or 10226312. OLE color: 10226312.

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

Color convert

RGB 136 10 156 -
CMYK 0.13 0.94 0 0.39
HSL 291.78º 0.88% 0.33% -
HSV(B) 291.78º 0.94% 0.61% -
XYZ 16.26 7.85 32.11 -
YUV 64.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 136 10 156 0.13 0.94 0 0.39 291.78 0.88 0.33
Hex 88 A 9C D 5E 0 27 124 58 21
Octal 210 12 234 15 136 0 47 444 130 41
Binary 10001000 1010 10011100 1101 1011110 0 100111 100100100 1011000 100001

Color Harmonies of #880A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A9C

Black with #880A9C

Text Example


Text Example

White with #880A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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