#931196

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

Shades of Dark Magenta #931196

Tints of Dark Magenta #931196

Color information

#931196 (or 0x931196) is unknown color: approx Dark Magenta. HEX triplet: 93, 11 and 96. RGB value is (147,17,150). Sum of RGB (Red+Green+Blue) = 147+17+150=314 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.82% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #931196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931196 is #6CEE69. Grayscale: #464646. Windows color (decimal): -7138922 or 9834899. OLE color: 9834899.

HSL color Cylindrical-coordinate representation of color #931196: hue angle of 298.65º 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 #931196 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14717150-
CMYK0.020.8900.41
HSL298.65º79.64%32.75%-
HSV(B)298.65º88.67%58.82%-
XYZ17.748.8129.62-
YUV71.03172.57182.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.82%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 150 (58.98% from 255) = 47.77%
R=46.82%
G=5.41%
B=47.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147171500.020.8900.41298.6579.6432.75
Hex93119625902912b5021
Octal22321226213105145312041
Binary10010011100011001011010101100101010011001010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931196; }

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

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

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

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

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

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

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

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