Html Css Color HEX #961791 Dark Magenta

📋 copy color: '#961791'

red 150 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #961791

Tints of Dark Magenta #961791

RGB

 RED value IS 150 (58.98% from 255) = 47.17%

 GREEN value IS 23 (9.38% from 255) = 7.23%

 BLUE value IS 145 (57.03% from 255) = 45.6%

R = 47.17%
G = 7.23%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961791 (or 0x961791) is known color: Dark Magenta. HEX triplet: 96, 17 and 91. RGB value is (150,23,145). Sum of RGB (Red+Green+Blue) = 150+23+145=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #961791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961791 is #69E86E. Grayscale: #4A4A4A. Windows color (decimal): -6940783 or 9508758. OLE color: 9508758.

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

Color convert

RGB 150 23 145 -
CMYK 0 0.85 0.03 0.41
HSL 302.36º 0.73% 0.34% -
HSV(B) 302.36º 0.85% 0.59% -
XYZ 17.99 9.14 27.6 -
YUV 74.88 167.58 181.58 -
System Red Green Blue C M Y K H S L
Decimal 150 23 145 0 0.85 0.03 0.41 302.36 0.73 0.34
Hex 96 17 91 0 55 3 29 12E 49 22
Octal 226 27 221 0 125 3 51 456 111 42
Binary 10010110 10111 10010001 0 1010101 11 101001 100101110 1001001 100010

Color Harmonies of #961791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961791

Black with #961791

Text Example


Text Example

White with #961791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961791; }

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

 H1.HeaderClassName
 {
   color: #961791;
 }
 .AnyTagClassName
 {
   color: #961791;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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