#9215A1

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

Shades of Dark Magenta #9215A1

Tints of Dark Magenta #9215A1

Color information

#9215A1 (or 0x9215A1) is unknown color: approx Dark Magenta. HEX triplet: 92, 15 and A1. RGB value is (146,21,161). Sum of RGB (Red+Green+Blue) = 146+21+161=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 161 - color contains mainly: blue. Hex color #9215A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9215A1 is #6DEA5E. Grayscale: #494949. Windows color (decimal): -7203423 or 10556818. OLE color: 10556818.

HSL color Cylindrical-coordinate representation of color #9215A1: hue angle of 293.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9215A1 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14621161-
CMYK0.090.8700.37
HSL293.57º76.92%35.69%-
HSV(B)293.57º86.96%63.14%-
XYZ18.569.2234.52-
YUV74.33176.91179.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 21 (8.59% from 255) = 6.40%
BLUE value IS 161 (63.28% from 255) = 49.09%
R=44.51%
G=6.40%
B=49.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146211610.090.8700.37293.5776.9235.69
Hex9215A19570251264d24
Octal222252411112704544611544
Binary1001001010101101000011001101011101001011001001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9215A1; }

 p { color: rgb(146,21,161); }

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

<style>
 a { background-color: #9215A1; }

 a { background-color: rgb(146,21,161); }

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

<style>
 span { border-color: #9215A1; }

 span { border-color: rgb(146,21,161); }

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