#92199E

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

Shades of Dark Magenta #92199E

Tints of Dark Magenta #92199E

Color information

#92199E (or 0x92199E) is unknown color: approx Dark Magenta. HEX triplet: 92, 19 and 9E. RGB value is (146,25,158). Sum of RGB (Red+Green+Blue) = 146+25+158=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #92199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92199E is #6DE661. Grayscale: #4B4B4B. Windows color (decimal): -7202402 or 10361234. OLE color: 10361234.

HSL color Cylindrical-coordinate representation of color #92199E: hue angle of 294.59º 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 #92199E is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14625158-
CMYK0.080.8400.38
HSL294.59º72.68%35.88%-
HSV(B)294.59º84.18%61.96%-
XYZ18.379.2733.17-
YUV76.34174.09177.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 25 (10.16% from 255) = 7.60%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=44.38%
G=7.60%
B=48.02%

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
Decimal146251580.080.8400.38294.5972.6835.88
Hex92199E8540261274924
Octal222312361012404644711144
Binary1001001011001100111101000101010001001101001001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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