#9205AA

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

Shades of Dark Magenta #9205AA

Tints of Dark Magenta #9205AA

Color information

#9205AA (or 0x9205AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and AA. RGB value is (146,5,170). Sum of RGB (Red+Green+Blue) = 146+5+170=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #9205AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9205AA is #6DFA55. Grayscale: #414141. Windows color (decimal): -7207510 or 11142546. OLE color: 11142546.

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

Color convert

RGB1465170-
CMYK0.140.9700.33
HSL291.27º94.29%34.31%-
HSV(B)291.27º97.06%66.67%-
XYZ19.169.1238.78-
YUV65.97186.71185.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 5 (2.34% from 255) = 1.56%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=45.48%
G=1.56%
B=52.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14651700.140.9700.33291.2794.2934.31
Hex925AAE610211235e22
Octal22252521614104144313642
Binary10010010101101010101110110000101000011001000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9205AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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