#9207AA

Color #9207AA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9207AA

Tints of Dark Magenta #9207AA

Color information

#9207AA (or 0x9207AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 07 and AA. RGB value is (146,7,170). Sum of RGB (Red+Green+Blue) = 146+7+170=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 7 (3.12% from 255 or 2.17% 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 #9207AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9207AA is #6DF855. Grayscale: #424242. Windows color (decimal): -7206998 or 11143058. OLE color: 11143058.

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

Color convert

RGB1467170-
CMYK0.140.9600.33
HSL291.17º92.09%34.71%-
HSV(B)291.17º95.88%66.67%-
XYZ19.199.1738.79-
YUV67.14186.05184.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=45.20%
G=2.17%
B=52.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14671700.140.9600.33291.1792.0934.71
Hex927AAE600211235c23
Octal22272521614004144313443
Binary10010010111101010101110110000001000011001000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9207AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9207AA;
 }
 .AnyTagClassName
 {
   color: #9207AA;
 }
</style>
background-color css

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

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

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

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

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

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