#920A7C

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

Shades of Dark Magenta #920A7C

Tints of Dark Magenta #920A7C

Color information

#920A7C (or 0x920A7C) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and 7C. RGB value is (146,10,124). Sum of RGB (Red+Green+Blue) = 146+10+124=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #920A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A7C is #6DF583. Grayscale: #3F3F3F. Windows color (decimal): -7206276 or 8129170. OLE color: 8129170.

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

Color convert

RGB14610124-
CMYK00.930.150.43
HSL309.71º87.18%30.59%-
HSV(B)309.71º93.15%57.25%-
XYZ15.67.7819.75-
YUV63.66162.06186.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.14%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=52.14%
G=3.57%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461012400.930.150.43309.7187.1830.59
Hex92A7C05DF2B136571f
Octal222121740135175346612737
Binary1001001010101111100010111011111101011100110110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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