#92059A

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

Shades of Dark Magenta #92059A

Tints of Dark Magenta #92059A

Color information

#92059A (or 0x92059A) is unknown color: approx Dark Magenta. HEX triplet: 92, 05 and 9A. RGB value is (146,5,154). Sum of RGB (Red+Green+Blue) = 146+5+154=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #92059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92059A is #6DFA65. Grayscale: #3F3F3F. Windows color (decimal): -7207526 or 10093970. OLE color: 10093970.

HSL color Cylindrical-coordinate representation of color #92059A: hue angle of 296.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92059A is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1465154-
CMYK0.050.9700.40
HSL296.78º93.71%31.18%-
HSV(B)296.78º96.75%60.39%-
XYZ17.748.5531.29-
YUV64.14178.71186.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 5 (2.34% from 255) = 1.64%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=47.87%
G=1.64%
B=50.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14651540.050.9700.40296.7893.7131.18
Hex9259A5610281295e1f
Octal2225232514105045113637
Binary100100101011001101010111000010101000100101001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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