#920A9F

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

Shades of Dark Magenta #920A9F

Tints of Dark Magenta #920A9F

Color information

#920A9F (or 0x920A9F) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and 9F. RGB value is (146,10,159). Sum of RGB (Red+Green+Blue) = 146+10+159=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #920A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A9F is #6DF560. Grayscale: #434343. Windows color (decimal): -7206241 or 10422930. OLE color: 10422930.

HSL color Cylindrical-coordinate representation of color #920A9F: hue angle of 294.77º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920A9F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14610159-
CMYK0.080.9400.38
HSL294.77º88.17%33.14%-
HSV(B)294.77º93.71%62.35%-
XYZ18.228.8333.55-
YUV67.65179.56183.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=46.35%
G=3.17%
B=50.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146101590.080.9400.38294.7788.1733.14
Hex92A9F85E0261275821
Octal222122371013604644713041
Binary100100101010100111111000101111001001101001001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920A9F; }

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

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

<style>
 a { background-color: #920A9F; }

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

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

<style>
 span { border-color: #920A9F; }

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

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