Html Css Color HEX #961590 Dark Magenta

📋 copy color: '#961590'

red 150 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #961590

Tints of Dark Magenta #961590

RGB

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

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

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

R = 47.62%
G = 6.67%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961590 (or 0x961590) is known color: Dark Magenta. HEX triplet: 96, 15 and 90. RGB value is (150,21,144). Sum of RGB (Red+Green+Blue) = 150+21+144=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #961590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961590 is #69EA6F. Grayscale: #494949. Windows color (decimal): -6941296 or 9442710. OLE color: 9442710.

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

Color convert

RGB 150 21 144 -
CMYK 0 0.86 0.04 0.41
HSL 302.79º 0.75% 0.34% -
HSV(B) 302.79º 0.86% 0.59% -
XYZ 17.88 9.03 27.19 -
YUV 73.59 167.74 182.5 -
System Red Green Blue C M Y K H S L
Decimal 150 21 144 0 0.86 0.04 0.41 302.79 0.75 0.34
Hex 96 15 90 0 56 4 29 12F 4B 22
Octal 226 25 220 0 126 4 51 457 113 42
Binary 10010110 10101 10010000 0 1010110 100 101001 100101111 1001011 100010

Color Harmonies of #961590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961590

Black with #961590

Text Example


Text Example

White with #961590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961590; }

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

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

background-color css

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

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

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

border-color css

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

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

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