#921090

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

Shades of Dark Magenta #921090

Tints of Dark Magenta #921090

Color information

#921090 (or 0x921090) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and 90. RGB value is (146,16,144). Sum of RGB (Red+Green+Blue) = 146+16+144=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #921090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921090 is #6DEF6F. Grayscale: #454545. Windows color (decimal): -7204720 or 9441426. OLE color: 9441426.

HSL color Cylindrical-coordinate representation of color #921090: hue angle of 300.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #921090 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14616144-
CMYK00.890.010.43
HSL300.92º80.25%31.76%-
HSV(B)300.92º89.04%57.25%-
XYZ17.078.527.13-
YUV69.46170.07182.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 16 (6.64% from 255) = 5.23%
BLUE value IS 144 (56.64% from 255) = 47.06%
R=47.71%
G=5.23%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461614400.890.010.43300.9280.2531.76
Hex92109005912B12d5020
Octal22220220013115345512040
Binary1001001010000100100000101100111010111001011011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921090; }

 p { color: rgb(146,16,144); }

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

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

 a { background-color: rgb(146,16,144); }

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

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

 span { border-color: rgb(146,16,144); }

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