#921997

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

Shades of Dark Magenta #921997

Tints of Dark Magenta #921997

Color information

#921997 (or 0x921997) is unknown color: approx Dark Magenta. HEX triplet: 92, 19 and 97. RGB value is (146,25,151). Sum of RGB (Red+Green+Blue) = 146+25+151=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #921997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921997 is #6DE668. Grayscale: #4B4B4B. Windows color (decimal): -7202409 or 9902482. OLE color: 9902482.

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

Color convert

RGB14625151-
CMYK0.030.8300.41
HSL297.62º71.59%34.51%-
HSV(B)297.62º83.44%59.22%-
XYZ17.799.0430.09-
YUV75.54170.59178.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.34%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=45.34%
G=7.76%
B=46.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146251510.030.8300.41297.6271.5934.51
Hex92199735302912a4823
Octal22231227312305145211043
Binary10010010110011001011111101001101010011001010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921997; }

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

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

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

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

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

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

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

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