#921296

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

Shades of Dark Magenta #921296

Tints of Dark Magenta #921296

Color information

#921296 (or 0x921296) is unknown color: approx Dark Magenta. HEX triplet: 92, 12 and 96. RGB value is (146,18,150). Sum of RGB (Red+Green+Blue) = 146+18+150=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #921296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921296 is #6DED69. Grayscale: #464646. Windows color (decimal): -7204202 or 9835154. OLE color: 9835154.

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

Color convert

RGB14618150-
CMYK0.030.8800.41
HSL298.18º78.57%32.94%-
HSV(B)298.18º88%58.82%-
XYZ17.588.7529.62-
YUV71.32172.41181.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=46.50%
G=5.73%
B=47.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146181500.030.8800.41298.1878.5732.94
Hex92129635802912a4f21
Octal22222226313005145211741
Binary10010010100101001011011101100001010011001010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921296; }

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

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

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

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

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

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

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

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