Html Css Color HEX #9205AD Dark Magenta

📋 copy color: '#9205AD'

red 146 ◦ green 5 ◦ blue 173

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

Shades of Dark Magenta #9205AD

Tints of Dark Magenta #9205AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

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

R = 45.06%
G = 1.54%
B = 53.4%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9205AD (or 0x9205AD) is known color: Dark Magenta. HEX triplet: 92, 05 and AD. RGB value is (146,5,173). Sum of RGB (Red+Green+Blue) = 146+5+173=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #9205AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9205AD is #6DFA52. Grayscale: #414141. Windows color (decimal): -7207507 or 11339154. OLE color: 11339154.

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

Color convert

RGB 146 5 173 -
CMYK 0.16 0.97 0 0.32
HSL 290.36º 0.94% 0.35% -
HSV(B) 290.36º 0.97% 0.68% -
XYZ 19.45 9.24 40.29 -
YUV 66.31 188.21 184.84 -
System Red Green Blue C M Y K H S L
Decimal 146 5 173 0.16 0.97 0 0.32 290.36 0.94 0.35
Hex 92 5 AD 10 61 0 20 122 5E 23
Octal 222 5 255 20 141 0 40 442 136 43
Binary 10010010 101 10101101 10000 1100001 0 100000 100100010 1011110 100011

Color Harmonies of #9205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9205AD

Black with #9205AD

Text Example


Text Example

White with #9205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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