#92059F

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

Shades of Dark Magenta #92059F

Tints of Dark Magenta #92059F

Color information

#92059F (or 0x92059F) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and 9F. RGB value is (146,5,159). Sum of RGB (Red+Green+Blue) = 146+5+159=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #92059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92059F is #6DFA60. Grayscale: #404040. Windows color (decimal): -7207521 or 10421650. OLE color: 10421650.

HSL color Cylindrical-coordinate representation of color #92059F: hue angle of 294.94º degrees, saturation: 0.94, 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 #92059F is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1465159-
CMYK0.080.9700.38
HSL294.94º93.9%32.16%-
HSV(B)294.94º96.86%62.35%-
XYZ18.178.7233.53-
YUV64.72181.21185.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=47.10%
G=1.61%
B=51.29%

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
Decimal14651590.080.9700.38294.9493.932.16
Hex9259F8610261275e20
Octal22252371014104644713640
Binary10010010101100111111000110000101001101001001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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