#940CAC

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

Shades of Dark Magenta #940CAC

Tints of Dark Magenta #940CAC

Color information

#940CAC (or 0x940CAC) is unknown color: approx Dark Magenta. HEX triplet: 94, 0C and AC. RGB value is (148,12,172). Sum of RGB (Red+Green+Blue) = 148+12+172=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #940CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940CAC is #6BF353. Grayscale: #464646. Windows color (decimal): -7074644 or 11275412. OLE color: 11275412.

HSL color Cylindrical-coordinate representation of color #940CAC: hue angle of 291º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940CAC is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14812172-
CMYK0.140.9300.33
HSL291º86.96%36.08%-
HSV(B)291º93.02%67.45%-
XYZ19.799.5439.83-
YUV70.9185.06182.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 12 (5.08% from 255) = 3.61%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=44.58%
G=3.61%
B=51.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148121720.140.9300.3329186.9636.08
Hex94CACE5D0211235724
Octal224142541613504144312744
Binary100101001100101011001110101110101000011001000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,12,172); }

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

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

 a { background-color: rgb(148,12,172); }

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

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

 span { border-color: rgb(148,12,172); }

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