#9210AA

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

Shades of Dark Magenta #9210AA

Tints of Dark Magenta #9210AA

Color information

#9210AA (or 0x9210AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and AA. RGB value is (146,16,170). Sum of RGB (Red+Green+Blue) = 146+16+170=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #9210AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9210AA is #6DEF55. Grayscale: #474747. Windows color (decimal): -7204694 or 11145362. OLE color: 11145362.

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

Color convert

RGB14616170-
CMYK0.140.9100.33
HSL290.65º82.8%36.47%-
HSV(B)290.65º90.59%66.67%-
XYZ19.39.3838.82-
YUV72.43183.07180.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 16 (6.64% from 255) = 4.82%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=43.98%
G=4.82%
B=51.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146161700.140.9100.33290.6582.836.47
Hex9210AAE5B0211235324
Octal222202521613304144312344
Binary1001001010000101010101110101101101000011001000111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9210AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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