#921990

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

Shades of Dark Magenta #921990

Tints of Dark Magenta #921990

Color information

#921990 (or 0x921990) is unknown color: approx Dark Magenta. HEX triplet: 92, 19 and 90. RGB value is (146,25,144). Sum of RGB (Red+Green+Blue) = 146+25+144=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #921990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921990 is #6DE66F. Grayscale: #4A4A4A. Windows color (decimal): -7202416 or 9443730. OLE color: 9443730.

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

Color convert

RGB14625144-
CMYK00.830.010.43
HSL300.99º70.76%33.53%-
HSV(B)300.99º82.88%57.25%-
XYZ17.248.8227.18-
YUV74.74167.09178.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=46.35%
G=7.94%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462514400.830.010.43300.9970.7633.53
Hex92199005312B12d4722
Octal22231220012315345510742
Binary1001001011001100100000101001111010111001011011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921990; }

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

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

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

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

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

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

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

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