#92199F

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

Shades of Dark Magenta #92199F

Tints of Dark Magenta #92199F

Color information

#92199F (or 0x92199F) is unknown color: approx Dark Magenta. HEX triplet: 92, 19 and 9F. RGB value is (146,25,159). Sum of RGB (Red+Green+Blue) = 146+25+159=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #92199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92199F is #6DE660. Grayscale: #4C4C4C. Windows color (decimal): -7202401 or 10426770. OLE color: 10426770.

HSL color Cylindrical-coordinate representation of color #92199F: hue angle of 294.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #92199F is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14625159-
CMYK0.080.8400.38
HSL294.18º72.83%36.08%-
HSV(B)294.18º84.28%62.35%-
XYZ18.469.3133.62-
YUV76.46174.59177.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 25 (10.16% from 255) = 7.58%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=44.24%
G=7.58%
B=48.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146251590.080.8400.38294.1872.8336.08
Hex92199F8540261264924
Octal222312371012404644611144
Binary1001001011001100111111000101010001001101001001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92199F; }

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

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

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

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

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

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

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

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