#92049E

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

Shades of Dark Magenta #92049E

Tints of Dark Magenta #92049E

Color information

#92049E (or 0x92049E) is unknown color: approx Dark Magenta. HEX triplet: 92, 04 and 9E. RGB value is (146,4,158). Sum of RGB (Red+Green+Blue) = 146+4+158=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #92049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92049E is #6DFB61. Grayscale: #3F3F3F. Windows color (decimal): -7207778 or 10355858. OLE color: 10355858.

HSL color Cylindrical-coordinate representation of color #92049E: hue angle of 295.32º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92049E is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1464158-
CMYK0.080.9700.38
HSL295.32º95.06%31.76%-
HSV(B)295.32º97.47%61.96%-
XYZ18.078.6733.07-
YUV64.01181.04186.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=47.40%
G=1.30%
B=51.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14641580.080.9700.38295.3295.0631.76
Hex9249E8610261275f20
Octal22242361014104644713740
Binary10010010100100111101000110000101001101001001111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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