Html Css Color HEX #9009AA Dark Magenta

📋 copy color: '#9009AA'

red 144 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #9009AA

Tints of Dark Magenta #9009AA

RGB

 RED value IS 144 (56.64% from 255) = 44.58%

 GREEN value IS 9 (3.91% from 255) = 2.79%

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

R = 44.58%
G = 2.79%
B = 52.63%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9009AA (or 0x9009AA) is known color: Dark Magenta. HEX triplet: 90, 09 and AA. RGB value is (144,9,170). Sum of RGB (Red+Green+Blue) = 144+9+170=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #9009AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9009AA is #6FF655. Grayscale: #434343. Windows color (decimal): -7337558 or 11143568. OLE color: 11143568.

HSL color Cylindrical-coordinate representation of color #9009AA: hue angle of 290.31º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9009AA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 9 170 -
CMYK 0.15 0.95 0 0.33
HSL 290.31º 0.9% 0.35% -
HSV(B) 290.31º 0.95% 0.67% -
XYZ 18.85 9.03 38.78 -
YUV 67.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 144 9 170 0.15 0.95 0 0.33 290.31 0.9 0.35
Hex 90 9 AA F 5F 0 21 122 5A 23
Octal 220 11 252 17 137 0 41 442 132 43
Binary 10010000 1001 10101010 1111 1011111 0 100001 100100010 1011010 100011

Color Harmonies of #9009AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9009AA

Black with #9009AA

Text Example


Text Example

White with #9009AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9009AA; }

 p { color: rgb(144,9,170); }

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

background-color css

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

 a { background-color: rgb(144,9,170); }

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

border-color css

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

 span { border-color: rgb(144,9,170); }

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