#92057E

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

Shades of Dark Magenta #92057E

Tints of Dark Magenta #92057E

Color information

#92057E (or 0x92057E) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and 7E. RGB value is (146,5,126). Sum of RGB (Red+Green+Blue) = 146+5+126=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92057E is #6DFA81. Grayscale: #3C3C3C. Windows color (decimal): -7207554 or 8258962. OLE color: 8258962.

HSL color Cylindrical-coordinate representation of color #92057E: hue angle of 308.51º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92057E is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1465126-
CMYK00.970.140.43
HSL308.51º93.38%29.61%-
HSV(B)308.51º96.58%57.25%-
XYZ15.677.7320.4-
YUV60.95164.71188.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=52.71%
G=1.81%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146512600.970.140.43308.5193.3829.61
Hex9257E061E2B1355d1e
Octal22251760141165346513536
Binary100100101011111110011000011110101011100110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,5,126); }

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

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

 a { background-color: rgb(146,5,126); }

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

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

 span { border-color: rgb(146,5,126); }

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