Html Css Color HEX #9209AD Dark Magenta

📋 copy color: '#9209AD'

red 146 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #9209AD

Tints of Dark Magenta #9209AD

RGB

 RED value IS 146 (57.42% from 255) = 44.51%

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 44.51%
G = 2.74%
B = 52.74%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9209AD (or 0x9209AD) is known color: Dark Magenta. HEX triplet: 92, 09 and AD. RGB value is (146,9,173). Sum of RGB (Red+Green+Blue) = 146+9+173=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #9209AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9209AD is #6DF652. Grayscale: #444444. Windows color (decimal): -7206483 or 11340178. OLE color: 11340178.

HSL color Cylindrical-coordinate representation of color #9209AD: hue angle of 290.12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9209AD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 9 173 -
CMYK 0.16 0.95 0 0.32
HSL 290.12º 0.9% 0.36% -
HSV(B) 290.12º 0.95% 0.68% -
XYZ 19.49 9.32 40.31 -
YUV 68.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 146 9 173 0.16 0.95 0 0.32 290.12 0.9 0.36
Hex 92 9 AD 10 5F 0 20 122 5A 24
Octal 222 11 255 20 137 0 40 442 132 44
Binary 10010010 1001 10101101 10000 1011111 0 100000 100100010 1011010 100100

Color Harmonies of #9209AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9209AD

Black with #9209AD

Text Example


Text Example

White with #9209AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9209AD; }

 p { color: rgb(146,9,173); }

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

background-color css

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

 a { background-color: rgb(146,9,173); }

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

border-color css

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

 span { border-color: rgb(146,9,173); }

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