Html Css Color HEX #A9089B Dark Magenta

📋 copy color: '#A9089B'

red 169 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #A9089B

Tints of Dark Magenta #A9089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 50.9%
G = 2.41%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9089B (or 0xA9089B) is known color: Dark Magenta. HEX triplet: A9, 08 and 9B. RGB value is (169,8,155). Sum of RGB (Red+Green+Blue) = 169+8+155=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9089B is #56F764. Grayscale: #484848. Windows color (decimal): -5699429 or 10160297. OLE color: 10160297.

HSL color Cylindrical-coordinate representation of color #A9089B: hue angle of 305.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9089B is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 155 -
CMYK 0 0.95 0.08 0.34
HSL 305.22º 0.91% 0.35% -
HSV(B) 305.22º 0.95% 0.66% -
XYZ 22.37 10.98 31.95 -
YUV 72.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 169 8 155 0 0.95 0.08 0.34 305.22 0.91 0.35
Hex A9 8 9B 0 5F 8 22 131 5B 23
Octal 251 10 233 0 137 10 42 461 133 43
Binary 10101001 1000 10011011 0 1011111 1000 100010 100110001 1011011 100011

Color Harmonies of #A9089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9089B

Black with #A9089B

Text Example


Text Example

White with #A9089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9089B; }

 p { color: rgb(169,8,155); }

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

background-color css

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

 a { background-color: rgb(169,8,155); }

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

border-color css

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

 span { border-color: rgb(169,8,155); }

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