#920191

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

Shades of Dark Magenta #920191

Tints of Dark Magenta #920191

Color information

#920191 (or 0x920191) is unknown color: approx Dark Magenta. HEX triplet: 92, 01 and 91. RGB value is (146,1,145). Sum of RGB (Red+Green+Blue) = 146+1+145=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #920191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920191 is #6DFE6E. Grayscale: #3C3C3C. Windows color (decimal): -7208559 or 9503122. OLE color: 9503122.

HSL color Cylindrical-coordinate representation of color #920191: hue angle of 300.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920191 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB1461145-
CMYK00.990.010.43
HSL300.41º98.64%28.82%-
HSV(B)300.41º99.32%57.25%-
XYZ16.988.1827.47-
YUV60.77175.54188.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=50%
G=0.34%
B=49.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146114500.990.010.43300.4198.6428.82
Hex9219106312B12c631d
Octal2221221014315345414335
Binary10010010110010001011000111101011100101100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920191; }

 p { color: rgb(146,1,145); }

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

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

 a { background-color: rgb(146,1,145); }

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

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

 span { border-color: rgb(146,1,145); }

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