Html Css Color HEX #961391 Dark Magenta

📋 copy color: '#961391'

red 150 ◦ green 19 ◦ blue 145

#961391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #961391

Tints of Dark Magenta #961391

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 value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961391 (or 0x961391) is known color: 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

RGB 150 19 145 -
CMYK 0 0.87 0.03 0.41
HSL 302.29º 0.78% 0.33% -
HSV(B) 302.29º 0.87% 0.59% -
XYZ 17.92 8.99 27.58 -
YUV 72.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 150 19 145 0 0.87 0.03 0.41 302.29 0.78 0.33
Hex 96 13 91 0 57 3 29 12E 4E 21
Octal 226 23 221 0 127 3 51 456 116 41
Binary 10010110 10011 10010001 0 1010111 11 101001 100101110 1001110 100001

Color Harmonies of #961391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961391

Black with #961391

Text Example


Text Example

White with #961391

Text Example


Text Example

HTML Codes & Css Web 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>