#940FA2

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

Shades of Dark Magenta #940FA2

Tints of Dark Magenta #940FA2

Color information

#940FA2 (or 0x940FA2) is unknown color: approx Dark Magenta. HEX triplet: 94, 0F and A2. RGB value is (148,15,162). Sum of RGB (Red+Green+Blue) = 148+15+162=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #940FA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940FA2 is #6BF05D. Grayscale: #474747. Windows color (decimal): -7073886 or 10620820. OLE color: 10620820.

HSL color Cylindrical-coordinate representation of color #940FA2: hue angle of 294.29º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940FA2 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14815162-
CMYK0.090.9100.36
HSL294.29º83.05%34.71%-
HSV(B)294.29º90.74%63.53%-
XYZ18.919.2534.97-
YUV71.52179.06182.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.54%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=45.54%
G=4.62%
B=49.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148151620.090.9100.36294.2983.0534.71
Hex94FA295B0241265323
Octal224172421113304444612343
Binary100101001111101000101001101101101001001001001101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,15,162); }

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

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

 a { background-color: rgb(148,15,162); }

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

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

 span { border-color: rgb(148,15,162); }

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