Html Css Color HEX #961790 Dark Magenta

📋 copy color: '#961790'

red 150 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #961790

Tints of Dark Magenta #961790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 47.32%
G = 7.26%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961790 (or 0x961790) is known color: Dark Magenta. HEX triplet: 96, 17 and 90. RGB value is (150,23,144). Sum of RGB (Red+Green+Blue) = 150+23+144=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #961790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961790 is #69E86F. Grayscale: #4A4A4A. Windows color (decimal): -6940784 or 9443222. OLE color: 9443222.

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

Color convert

RGB 150 23 144 -
CMYK 0 0.85 0.04 0.41
HSL 302.83º 0.73% 0.34% -
HSV(B) 302.83º 0.85% 0.59% -
XYZ 17.92 9.11 27.2 -
YUV 74.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 150 23 144 0 0.85 0.04 0.41 302.83 0.73 0.34
Hex 96 17 90 0 55 4 29 12F 49 22
Octal 226 27 220 0 125 4 51 457 111 42
Binary 10010110 10111 10010000 0 1010101 100 101001 100101111 1001001 100010

Color Harmonies of #961790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961790

Black with #961790

Text Example


Text Example

White with #961790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961790; }

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

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

background-color css

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

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

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

border-color css

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

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

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