#920D9B

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

Shades of Dark Magenta #920D9B

Tints of Dark Magenta #920D9B

Color information

#920D9B (or 0x920D9B) is unknown color: approx Dark Magenta. HEX triplet: 92, 0D and 9B. RGB value is (146,13,155). Sum of RGB (Red+Green+Blue) = 146+13+155=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #920D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D9B is #6DF264. Grayscale: #444444. Windows color (decimal): -7205477 or 10161554. OLE color: 10161554.

HSL color Cylindrical-coordinate representation of color #920D9B: hue angle of 296.2º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920D9B is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14613155-
CMYK0.060.9200.39
HSL296.2º84.52%32.94%-
HSV(B)296.2º91.61%60.78%-
XYZ17.918.7731.76-
YUV68.96176.56182.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 13 (5.47% from 255) = 4.14%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=46.50%
G=4.14%
B=49.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal146131550.060.9200.39296.284.5232.94
Hex92D9B65C0271285521
Octal22215233613404745012541
Binary10010010110110011011110101110001001111001010001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,13,155); }

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

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

 a { background-color: rgb(146,13,155); }

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

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

 span { border-color: rgb(146,13,155); }

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