#920A83

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

Shades of Dark Magenta #920A83

Tints of Dark Magenta #920A83

Color information

#920A83 (or 0x920A83) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and 83. RGB value is (146,10,131). Sum of RGB (Red+Green+Blue) = 146+10+131=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #920A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920A83 is #6DF57C. Grayscale: #404040. Windows color (decimal): -7206269 or 8587922. OLE color: 8587922.

HSL color Cylindrical-coordinate representation of color #920A83: hue angle of 306.62º 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 #920A83 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14610131-
CMYK00.930.100.43
HSL306.62º87.18%30.59%-
HSV(B)306.62º93.15%57.25%-
XYZ16.067.9722.16-
YUV64.46165.56186.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=50.87%
G=3.48%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461013100.930.100.43306.6287.1830.59
Hex92A8305DA2B133571f
Octal222122030135125346312737
Binary10010010101010000011010111011010101011100110011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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