#921E97

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

Shades of Dark Magenta #921E97

Tints of Dark Magenta #921E97

Color information

#921E97 (or 0x921E97) is unknown color: approx Dark Magenta. HEX triplet: 92, 1E and 97. RGB value is (146,30,151). Sum of RGB (Red+Green+Blue) = 146+30+151=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #921E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921E97 is #6DE168. Grayscale: #4E4E4E. Windows color (decimal): -7201129 or 9903762. OLE color: 9903762.

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

Color convert

RGB14630151-
CMYK0.030.8000.41
HSL297.52º66.85%35.49%-
HSV(B)297.52º80.13%59.22%-
XYZ17.99.2730.12-
YUV78.48168.93176.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 30 (12.11% from 255) = 9.17%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=44.65%
G=9.17%
B=46.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146301510.030.8000.41297.5266.8535.49
Hex921E9735002912a4323
Octal22236227312005145210343
Binary10010010111101001011111101000001010011001010101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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