Html Css Color HEX #9207A9 Dark Magenta

📋 copy color: '#9207A9'

red 146 ◦ green 7 ◦ blue 169

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

Shades of Dark Magenta #9207A9

Tints of Dark Magenta #9207A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 52.48%

R = 45.34%
G = 2.17%
B = 52.48%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9207A9 (or 0x9207A9) is known color: Dark Magenta. HEX triplet: 92, 07 and A9. RGB value is (146,7,169). Sum of RGB (Red+Green+Blue) = 146+7+169=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #9207A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9207A9 is #6DF856. Grayscale: #424242. Windows color (decimal): -7206999 or 11077522. OLE color: 11077522.

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

Color convert

RGB 146 7 169 -
CMYK 0.14 0.96 0 0.34
HSL 291.48º 0.92% 0.35% -
HSV(B) 291.48º 0.96% 0.66% -
XYZ 19.09 9.13 38.29 -
YUV 67.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 146 7 169 0.14 0.96 0 0.34 291.48 0.92 0.35
Hex 92 7 A9 E 60 0 22 123 5C 23
Octal 222 7 251 16 140 0 42 443 134 43
Binary 10010010 111 10101001 1110 1100000 0 100010 100100011 1011100 100011

Color Harmonies of #9207A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9207A9

Black with #9207A9

Text Example


Text Example

White with #9207A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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