Html Css Color HEX #9207AD Dark Magenta

📋 copy color: '#9207AD'

red 146 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #9207AD

Tints of Dark Magenta #9207AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 44.79%
G = 2.15%
B = 53.07%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9207AD (or 0x9207AD) is known color: Dark Magenta. HEX triplet: 92, 07 and AD. RGB value is (146,7,173). Sum of RGB (Red+Green+Blue) = 146+7+173=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #9207AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9207AD is #6DF852. Grayscale: #424242. Windows color (decimal): -7206995 or 11339666. OLE color: 11339666.

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

Color convert

RGB 146 7 173 -
CMYK 0.16 0.96 0 0.32
HSL 290.24º 0.92% 0.35% -
HSV(B) 290.24º 0.96% 0.68% -
XYZ 19.47 9.28 40.3 -
YUV 67.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 146 7 173 0.16 0.96 0 0.32 290.24 0.92 0.35
Hex 92 7 AD 10 60 0 20 122 5C 23
Octal 222 7 255 20 140 0 40 442 134 43
Binary 10010010 111 10101101 10000 1100000 0 100000 100100010 1011100 100011

Color Harmonies of #9207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9207AD

Black with #9207AD

Text Example


Text Example

White with #9207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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