Html Css Color HEX #961591 Dark Magenta

📋 copy color: '#961591'

red 150 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #961591

Tints of Dark Magenta #961591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

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

R = 47.47%
G = 6.65%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961591 (or 0x961591) is known color: Dark Magenta. HEX triplet: 96, 15 and 91. RGB value is (150,21,145). Sum of RGB (Red+Green+Blue) = 150+21+145=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961591 is #69EA6E. Grayscale: #494949. Windows color (decimal): -6941295 or 9508246. OLE color: 9508246.

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

Color convert

RGB 150 21 145 -
CMYK 0 0.86 0.03 0.41
HSL 302.33º 0.75% 0.34% -
HSV(B) 302.33º 0.86% 0.59% -
XYZ 17.96 9.06 27.59 -
YUV 73.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 150 21 145 0 0.86 0.03 0.41 302.33 0.75 0.34
Hex 96 15 91 0 56 3 29 12E 4B 22
Octal 226 25 221 0 126 3 51 456 113 42
Binary 10010110 10101 10010001 0 1010110 11 101001 100101110 1001011 100010

Color Harmonies of #961591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961591

Black with #961591

Text Example


Text Example

White with #961591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961591; }

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

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

background-color css

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

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

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

border-color css

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

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

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