#940D92

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

Shades of Dark Magenta #940D92

Tints of Dark Magenta #940D92

Color information

#940D92 (or 0x940D92) is unknown color: approx Dark Magenta. HEX triplet: 94, 0D and 92. RGB value is (148,13,146). Sum of RGB (Red+Green+Blue) = 148+13+146=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #940D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940D92 is #6BF26D. Grayscale: #444444. Windows color (decimal): -7074414 or 9571732. OLE color: 9571732.

HSL color Cylindrical-coordinate representation of color #940D92: hue angle of 300.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D92 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14813146-
CMYK00.910.010.42
HSL300.89º83.85%31.57%-
HSV(B)300.89º91.22%58.04%-
XYZ17.548.6627.94-
YUV68.53171.73184.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 13 (5.47% from 255) = 4.23%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=48.21%
G=4.23%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481314600.910.010.42300.8983.8531.57
Hex94D9205B12A12d5420
Octal22415222013315245512440
Binary100101001101100100100101101111010101001011011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940D92; }

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

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

<style>
 a { background-color: #940D92; }

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

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

<style>
 span { border-color: #940D92; }

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

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