#961391

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

Shades of Dark Magenta #961391

Tints of Dark Magenta #961391

Color information

#961391 (or 0x961391) is unknown color: approx Dark Magenta. HEX triplet: 96, 13 and 91. RGB value is (150,19,145). Sum of RGB (Red+Green+Blue) = 150+19+145=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #961391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961391 is #69EC6E. Grayscale: #484848. Windows color (decimal): -6941807 or 9507734. OLE color: 9507734.

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

Color convert

RGB15019145-
CMYK00.870.030.41
HSL302.29º77.51%33.14%-
HSV(B)302.29º87.33%58.82%-
XYZ17.928.9927.58-
YUV72.53168.9183.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 19 (7.81% from 255) = 6.05%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=47.77%
G=6.05%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501914500.870.030.41302.2977.5133.14
Hex96139105732912e4e21
Octal22623221012735145611641
Binary10010110100111001000101010111111010011001011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961391; }

 p { color: rgb(150,19,145); }

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

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

 a { background-color: rgb(150,19,145); }

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

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

 span { border-color: rgb(150,19,145); }

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