#9217AC

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

Shades of Dark Magenta #9217AC

Tints of Dark Magenta #9217AC

Color information

#9217AC (or 0x9217AC) is unknown color: approx Dark Magenta. HEX triplet: 92, 17 and AC. RGB value is (146,23,172). Sum of RGB (Red+Green+Blue) = 146+23+172=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9217AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9217AC is #6DE853. Grayscale: #4C4C4C. Windows color (decimal): -7202900 or 11278226. OLE color: 11278226.

HSL color Cylindrical-coordinate representation of color #9217AC: hue angle of 289.53º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9217AC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14623172-
CMYK0.150.8700.33
HSL289.53º76.41%38.24%-
HSV(B)289.53º86.63%67.45%-
XYZ19.619.739.87-
YUV76.76181.75177.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 23 (9.38% from 255) = 6.74%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=42.82%
G=6.74%
B=50.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146231720.150.8700.33289.5376.4138.24
Hex9217ACF570211224c26
Octal222272541712704144211446
Binary1001001010111101011001111101011101000011001000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9217AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9217AC; }

 p { color: rgb(146,23,172); }

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

<style>
 a { background-color: #9217AC; }

 a { background-color: rgb(146,23,172); }

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

<style>
 span { border-color: #9217AC; }

 span { border-color: rgb(146,23,172); }

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