#921AA0

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

Shades of Dark Magenta #921AA0

Tints of Dark Magenta #921AA0

Color information

#921AA0 (or 0x921AA0) is unknown color: approx Dark Magenta. HEX triplet: 92, 1A and A0. RGB value is (146,26,160). Sum of RGB (Red+Green+Blue) = 146+26+160=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #921AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921AA0 is #6DE55F. Grayscale: #4C4C4C. Windows color (decimal): -7202144 or 10492562. OLE color: 10492562.

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

Color convert

RGB14626160-
CMYK0.090.8400.37
HSL293.73º72.04%36.47%-
HSV(B)293.73º83.75%62.75%-
XYZ18.579.3934.09-
YUV77.16174.76177.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 160 (62.89% from 255) = 48.19%
R=43.98%
G=7.83%
B=48.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146261600.090.8400.37293.7372.0436.47
Hex921AA09540251264824
Octal222322401112404544611044
Binary1001001011010101000001001101010001001011001001101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921AA0; }

 p { color: rgb(146,26,160); }

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

<style>
 a { background-color: #921AA0; }

 a { background-color: rgb(146,26,160); }

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

<style>
 span { border-color: #921AA0; }

 span { border-color: rgb(146,26,160); }

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