#941196

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

Shades of Dark Magenta #941196

Tints of Dark Magenta #941196

Color information

#941196 (or 0x941196) is unknown color: approx Dark Magenta. HEX triplet: 94, 11 and 96. RGB value is (148,17,150). Sum of RGB (Red+Green+Blue) = 148+17+150=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #941196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941196 is #6BEE69. Grayscale: #464646. Windows color (decimal): -7073386 or 9834900. OLE color: 9834900.

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

Color convert

RGB14817150-
CMYK0.010.8900.41
HSL299.1º79.64%32.75%-
HSV(B)299.1º88.67%58.82%-
XYZ17.928.929.63-
YUV71.33172.4182.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=46.98%
G=5.40%
B=47.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148171500.010.8900.41299.179.6432.75
Hex94119615902912b5021
Octal22421226113105145312041
Binary1001010010001100101101101100101010011001010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941196; }

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

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

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

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

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

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

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

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