#9218AA

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

Shades of Dark Magenta #9218AA

Tints of Dark Magenta #9218AA

Color information

#9218AA (or 0x9218AA) is unknown color: approx Dark Magenta. HEX triplet: 92, 18 and AA. RGB value is (146,24,170). Sum of RGB (Red+Green+Blue) = 146+24+170=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9218AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9218AA is #6DE755. Grayscale: #4C4C4C. Windows color (decimal): -7202646 or 11147410. OLE color: 11147410.

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

Color convert

RGB14624170-
CMYK0.140.8600.33
HSL290.14º75.26%38.04%-
HSV(B)290.14º85.88%66.67%-
XYZ19.449.6738.87-
YUV77.12180.42177.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 170 (66.80% from 255) = 50%
R=42.94%
G=7.06%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146241700.140.8600.33290.1475.2638.04
Hex9218AAE560211224b26
Octal222302521612604144211346
Binary1001001011000101010101110101011001000011001000101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9218AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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