#920A7D

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

Shades of Dark Magenta #920A7D

Tints of Dark Magenta #920A7D

Color information

#920A7D (or 0x920A7D) is unknown color: approx Dark Magenta. HEX triplet: 92, 0A and 7D. RGB value is (146,10,125). Sum of RGB (Red+Green+Blue) = 146+10+125=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #920A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A7D is #6DF582. Grayscale: #3F3F3F. Windows color (decimal): -7206275 or 8194706. OLE color: 8194706.

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

Color convert

RGB14610125-
CMYK00.930.140.43
HSL309.26º87.18%30.59%-
HSV(B)309.26º93.15%57.25%-
XYZ15.667.8120.08-
YUV63.77162.56186.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=51.96%
G=3.56%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461012500.930.140.43309.2687.1830.59
Hex92A7D05DE2B135571f
Octal222121750135165346512737
Binary1001001010101111101010111011110101011100110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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