Html Css Color HEX #960590 Dark Magenta

📋 copy color: '#960590'

red 150 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #960590

Tints of Dark Magenta #960590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 50.17%
G = 1.67%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#960590 (or 0x960590) is known color: Dark Magenta. HEX triplet: 96, 05 and 90. RGB value is (150,5,144). Sum of RGB (Red+Green+Blue) = 150+5+144=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #960590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960590 is #69FA6F. Grayscale: #3F3F3F. Windows color (decimal): -6945392 or 9438614. OLE color: 9438614.

HSL color Cylindrical-coordinate representation of color #960590: hue angle of 302.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960590 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 144 -
CMYK 0 0.97 0.04 0.41
HSL 302.48º 0.94% 0.3% -
HSV(B) 302.48º 0.97% 0.59% -
XYZ 17.67 8.61 27.12 -
YUV 64.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 150 5 144 0 0.97 0.04 0.41 302.48 0.94 0.3
Hex 96 5 90 0 61 4 29 12E 5E 1E
Octal 226 5 220 0 141 4 51 456 136 36
Binary 10010110 101 10010000 0 1100001 100 101001 100101110 1011110 11110

Color Harmonies of #960590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960590

Black with #960590

Text Example


Text Example

White with #960590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960590; }

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

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

background-color css

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

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

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

border-color css

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

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

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