#921097

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

Shades of Dark Magenta #921097

Tints of Dark Magenta #921097

Color information

#921097 (or 0x921097) is unknown color: approx Dark Magenta. HEX triplet: 92, 10 and 97. RGB value is (146,16,151). Sum of RGB (Red+Green+Blue) = 146+16+151=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #921097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921097 is #6DEF68. Grayscale: #454545. Windows color (decimal): -7204713 or 9900178. OLE color: 9900178.

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

Color convert

RGB14616151-
CMYK0.030.8900.41
HSL297.78º80.84%32.75%-
HSV(B)297.78º89.4%59.22%-
XYZ17.638.7230.03-
YUV70.26173.57182.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 16 (6.64% from 255) = 5.11%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=46.65%
G=5.11%
B=48.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146161510.030.8900.41297.7880.8432.75
Hex92109735902912a5121
Octal22220227313105145212141
Binary10010010100001001011111101100101010011001010101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921097; }

 p { color: rgb(146,16,151); }

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

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

 a { background-color: rgb(146,16,151); }

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

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

 span { border-color: rgb(146,16,151); }

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