#9200AE

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

Shades of Dark Magenta #9200AE

Tints of Dark Magenta #9200AE

Color information

#9200AE (or 0x9200AE) is unknown color: approx Dark Magenta. HEX triplet: 92, 00 and AE. RGB value is (146,0,174). Sum of RGB (Red+Green+Blue) = 146+0+174=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #9200AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9200AE is #6DFF51. Grayscale: #3E3E3E. Windows color (decimal): -7208786 or 11403410. OLE color: 11403410.

HSL color Cylindrical-coordinate representation of color #9200AE: hue angle of 290.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9200AE is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1460174-
CMYK0.16100.32
HSL290.34º100%34.12%-
HSV(B)290.34º100%68.24%-
XYZ19.499.1740.79-
YUV63.49190.37186.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=45.62%
G=0%
B=54.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14601740.16100.32290.3410034.12
Hex920AE10640201226422
Octal22202562014404044214442
Binary1001001001010111010000110010001000001001000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9200AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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