Html Css Color HEX #A9139D Dark Magenta

📋 copy color: '#A9139D'

red 169 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #A9139D

Tints of Dark Magenta #A9139D

RGB

 RED value IS 169 (66.41% from 255) = 48.99%

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 48.99%
G = 5.51%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9139D (or 0xA9139D) is known color: Dark Magenta. HEX triplet: A9, 13 and 9D. RGB value is (169,19,157). Sum of RGB (Red+Green+Blue) = 169+19+157=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9139D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9139D is #56EC62. Grayscale: #4F4F4F. Windows color (decimal): -5696611 or 10294185. OLE color: 10294185.

HSL color Cylindrical-coordinate representation of color #A9139D: hue angle of 304.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9139D is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 157 -
CMYK 0 0.89 0.07 0.34
HSL 304.8º 0.8% 0.37% -
HSV(B) 304.8º 0.89% 0.66% -
XYZ 22.68 11.34 32.89 -
YUV 79.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 169 19 157 0 0.89 0.07 0.34 304.8 0.8 0.37
Hex A9 13 9D 0 59 7 22 131 50 25
Octal 251 23 235 0 131 7 42 461 120 45
Binary 10101001 10011 10011101 0 1011001 111 100010 100110001 1010000 100101

Color Harmonies of #A9139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9139D

Black with #A9139D

Text Example


Text Example

White with #A9139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9139D; }

 p { color: rgb(169,19,157); }

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

background-color css

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

 a { background-color: rgb(169,19,157); }

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

border-color css

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

 span { border-color: rgb(169,19,157); }

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