#921190

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

Shades of Dark Magenta #921190

Tints of Dark Magenta #921190

Color information

#921190 (or 0x921190) is unknown color: approx Dark Magenta. HEX triplet: 92, 11 and 90. RGB value is (146,17,144). Sum of RGB (Red+Green+Blue) = 146+17+144=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #921190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921190 is #6DEE6F. Grayscale: #454545. Windows color (decimal): -7204464 or 9441682. OLE color: 9441682.

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

Color convert

RGB14617144-
CMYK00.880.010.43
HSL300.93º79.14%31.96%-
HSV(B)300.93º88.36%57.25%-
XYZ17.098.5327.13-
YUV70.05169.74182.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 144 (56.64% from 255) = 46.91%
R=47.56%
G=5.54%
B=46.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461714400.880.010.43300.9379.1431.96
Hex92119005812B12d4f20
Octal22221220013015345511740
Binary1001001010001100100000101100011010111001011011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921190; }

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

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

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

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

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

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

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

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