#921599

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

Shades of Dark Magenta #921599

Tints of Dark Magenta #921599

Color information

#921599 (or 0x921599) is unknown color: approx Dark Magenta. HEX triplet: 92, 15 and 99. RGB value is (146,21,153). Sum of RGB (Red+Green+Blue) = 146+21+153=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #921599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921599 is #6DEA66. Grayscale: #494949. Windows color (decimal): -7203431 or 10032530. OLE color: 10032530.

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

Color convert

RGB14621153-
CMYK0.050.8600.4
HSL296.82º75.86%34.12%-
HSV(B)296.82º86.27%60%-
XYZ17.878.9530.92-
YUV73.42172.91179.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=45.62%
G=6.56%
B=47.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146211530.050.8600.4296.8275.8634.12
Hex9215995560281294c22
Octal22225231512605045111442
Binary100100101010110011001101101011001010001001010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921599; }

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

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

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

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

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

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

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

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