#921996

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

Shades of Dark Magenta #921996

Tints of Dark Magenta #921996

Color information

#921996 (or 0x921996) is unknown color: approx Dark Magenta. HEX triplet: 92, 19 and 96. RGB value is (146,25,150). Sum of RGB (Red+Green+Blue) = 146+25+150=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #921996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921996 is #6DE669. Grayscale: #4B4B4B. Windows color (decimal): -7202410 or 9836946. OLE color: 9836946.

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

Color convert

RGB14625150-
CMYK0.030.8300.41
HSL298.08º71.43%34.31%-
HSV(B)298.08º83.33%58.82%-
XYZ17.719.0129.66-
YUV75.43170.09178.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 25 (10.16% from 255) = 7.79%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=45.48%
G=7.79%
B=46.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146251500.030.8300.41298.0871.4334.31
Hex92199635302912a4722
Octal22231226312305145210742
Binary10010010110011001011011101001101010011001010101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921996; }

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

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

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

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

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

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

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

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