#9200AA

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

Shades of Dark Magenta #9200AA

Tints of Dark Magenta #9200AA

Color information

#9200AA (or 0x9200AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 00 and AA. RGB value is (146,0,170). Sum of RGB (Red+Green+Blue) = 146+0+170=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #9200AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9200AA is #6DFF55. Grayscale: #3E3E3E. Windows color (decimal): -7208790 or 11141266. OLE color: 11141266.

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

Color convert

RGB1460170-
CMYK0.14100.33
HSL291.53º100%33.33%-
HSV(B)291.53º100%66.67%-
XYZ19.119.0138.76-
YUV63.03188.37187.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=46.20%
G=0%
B=53.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14601700.14100.33291.5310033.33
Hex920AAE640211246421
Octal22202521614404144414441
Binary100100100101010101110110010001000011001001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9200AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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