Html Css Color HEX #960587 Dark Magenta

📋 copy color: '#960587'

red 150 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #960587

Tints of Dark Magenta #960587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.55%

R = 51.72%
G = 1.72%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#960587 (or 0x960587) is known color: Dark Magenta. HEX triplet: 96, 05 and 87. RGB value is (150,5,135). Sum of RGB (Red+Green+Blue) = 150+5+135=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #960587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960587 is #69FA78. Grayscale: #3E3E3E. Windows color (decimal): -6945401 or 8848790. OLE color: 8848790.

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

Color convert

RGB 150 5 135 -
CMYK 0 0.97 0.1 0.41
HSL 306.21º 0.94% 0.3% -
HSV(B) 306.21º 0.97% 0.59% -
XYZ 17.01 8.34 23.64 -
YUV 63.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 150 5 135 0 0.97 0.1 0.41 306.21 0.94 0.3
Hex 96 5 87 0 61 A 29 132 5E 1E
Octal 226 5 207 0 141 12 51 462 136 36
Binary 10010110 101 10000111 0 1100001 1010 101001 100110010 1011110 11110

Color Harmonies of #960587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960587

Black with #960587

Text Example


Text Example

White with #960587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960587; }

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

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

background-color css

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

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

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

border-color css

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

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

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