#920D9D

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

Shades of Dark Magenta #920D9D

Tints of Dark Magenta #920D9D

Color information

#920D9D (or 0x920D9D) is unknown color: approx Dark Magenta. HEX triplet: 92, 0D and 9D. RGB value is (146,13,157). Sum of RGB (Red+Green+Blue) = 146+13+157=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #920D9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920D9D is #6DF262. Grayscale: #444444. Windows color (decimal): -7205475 or 10292626. OLE color: 10292626.

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

Color convert

RGB14613157-
CMYK0.070.9200.38
HSL295.42º84.71%33.33%-
HSV(B)295.42º91.72%61.57%-
XYZ18.088.8332.65-
YUV69.18177.56182.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 157 (61.72% from 255) = 49.68%
R=46.20%
G=4.11%
B=49.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146131570.070.9200.38295.4284.7133.33
Hex92D9D75C0261275521
Octal22215235713404644712541
Binary10010010110110011101111101110001001101001001111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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