#921D99

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

Shades of Dark Magenta #921D99

Tints of Dark Magenta #921D99

Color information

#921D99 (or 0x921D99) is unknown color: approx Dark Magenta. HEX triplet: 92, 1D and 99. RGB value is (146,29,153). Sum of RGB (Red+Green+Blue) = 146+29+153=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #921D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D99 is #6DE266. Grayscale: #4D4D4D. Windows color (decimal): -7201383 or 10034578. OLE color: 10034578.

HSL color Cylindrical-coordinate representation of color #921D99: hue angle of 296.61º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921D99 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14629153-
CMYK0.050.8100.4
HSL296.61º68.13%35.69%-
HSV(B)296.61º81.05%60%-
XYZ18.049.2930.98-
YUV78.12170.26176.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=44.51%
G=8.84%
B=46.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146291530.050.8100.4296.6168.1335.69
Hex921D995510281294424
Octal22235231512105045110444
Binary100100101110110011001101101000101010001001010011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D99; }

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

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

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

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

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

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

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

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