#921499

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

Shades of Dark Magenta #921499

Tints of Dark Magenta #921499

Color information

#921499 (or 0x921499) is unknown color: approx Dark Magenta. HEX triplet: 92, 14 and 99. RGB value is (146,20,153). Sum of RGB (Red+Green+Blue) = 146+20+153=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #921499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921499 is #6DEB66. Grayscale: #484848. Windows color (decimal): -7203687 or 10032274. OLE color: 10032274.

HSL color Cylindrical-coordinate representation of color #921499: hue angle of 296.84º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921499 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14620153-
CMYK0.050.8700.4
HSL296.84º76.88%33.92%-
HSV(B)296.84º86.93%60%-
XYZ17.858.9130.92-
YUV72.84173.24180.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.77%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=45.77%
G=6.27%
B=47.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146201530.050.8700.4296.8476.8833.92
Hex9214995570281294d22
Octal22224231512705045111542
Binary100100101010010011001101101011101010001001010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921499; }

 p { color: rgb(146,20,153); }

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

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

 a { background-color: rgb(146,20,153); }

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

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

 span { border-color: rgb(146,20,153); }

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