#940996

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

Shades of Dark Magenta #940996

Tints of Dark Magenta #940996

Color information

#940996 (or 0x940996) is unknown color: approx Dark Magenta. HEX triplet: 94, 09 and 96. RGB value is (148,9,150). Sum of RGB (Red+Green+Blue) = 148+9+150=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #940996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940996 is #6BF669. Grayscale: #424242. Windows color (decimal): -7075434 or 9832852. OLE color: 9832852.

HSL color Cylindrical-coordinate representation of color #940996: hue angle of 299.15º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940996 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1489150-
CMYK0.010.9400.41
HSL299.15º88.68%31.18%-
HSV(B)299.15º94%58.82%-
XYZ17.828.6929.59-
YUV66.63175.05186.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=48.21%
G=2.93%
B=48.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14891500.010.9400.41299.1588.6831.18
Hex9499615E02912b591f
Octal22411226113605145313137
Binary10010100100110010110110111100101001100101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940996; }

 p { color: rgb(148,9,150); }

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

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

 a { background-color: rgb(148,9,150); }

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

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

 span { border-color: rgb(148,9,150); }

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