#92047F

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

Shades of Dark Magenta #92047F

Tints of Dark Magenta #92047F

Color information

#92047F (or 0x92047F) is unknown color: approx Dark Magenta. HEX triplet: 92, 04 and 7F. RGB value is (146,4,127). Sum of RGB (Red+Green+Blue) = 146+4+127=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92047F is #6DFB80. Grayscale: #3C3C3C. Windows color (decimal): -7207809 or 8324242. OLE color: 8324242.

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

Color convert

RGB1464127-
CMYK00.970.130.43
HSL308.03º94.67%29.41%-
HSV(B)308.03º97.26%57.25%-
XYZ15.737.7320.74-
YUV60.48165.54189-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 127 (50% from 255) = 45.85%
R=52.71%
G=1.44%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146412700.970.130.43308.0394.6729.41
Hex9247F061D2B1345f1d
Octal22241770141155346413735
Binary100100101001111111011000011101101011100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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