#920A89

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

Shades of Dark Magenta #920A89

Tints of Dark Magenta #920A89

Color information

#920A89 (or 0x920A89) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and 89. RGB value is (146,10,137). Sum of RGB (Red+Green+Blue) = 146+10+137=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #920A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A89 is #6DF576. Grayscale: #404040. Windows color (decimal): -7206263 or 8981138. OLE color: 8981138.

HSL color Cylindrical-coordinate representation of color #920A89: hue angle of 303.97º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A89 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14610137-
CMYK00.930.060.43
HSL303.97º87.18%30.59%-
HSV(B)303.97º93.15%57.25%-
XYZ16.488.1324.37-
YUV65.14168.56185.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=49.83%
G=3.41%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461013700.930.060.43303.9787.1830.59
Hex92A8905D62B130571f
Octal22212211013565346012737
Binary1001001010101000100101011101110101011100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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