#9214A5

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

Shades of Dark Magenta #9214A5

Tints of Dark Magenta #9214A5

Color information

#9214A5 (or 0x9214A5) is unknown color: approx Dark Magenta. HEX triplet: 92, 14 and A5. RGB value is (146,20,165). Sum of RGB (Red+Green+Blue) = 146+20+165=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #9214A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9214A5 is #6DEB5A. Grayscale: #494949. Windows color (decimal): -7203675 or 10818706. OLE color: 10818706.

HSL color Cylindrical-coordinate representation of color #9214A5: hue angle of 292.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9214A5 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14620165-
CMYK0.120.8800.35
HSL292.14º78.38%36.27%-
HSV(B)292.14º87.88%64.71%-
XYZ18.99.3336.4-
YUV74.2179.24179.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=44.11%
G=6.04%
B=49.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146201650.120.8800.35292.1478.3836.27
Hex9214A5C580231244e24
Octal222242451413004344411644
Binary1001001010100101001011100101100001000111001001001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9214A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9214A5; }

 p { color: rgb(146,20,165); }

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

<style>
 a { background-color: #9214A5; }

 a { background-color: rgb(146,20,165); }

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

<style>
 span { border-color: #9214A5; }

 span { border-color: rgb(146,20,165); }

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