Html Css Color HEX #960589 Dark Magenta

📋 copy color: '#960589'

red 150 ◦ green 5 ◦ blue 137

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

Shades of Dark Magenta #960589

Tints of Dark Magenta #960589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 51.37%
G = 1.71%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#960589 (or 0x960589) is known color: Dark Magenta. HEX triplet: 96, 05 and 89. RGB value is (150,5,137). Sum of RGB (Red+Green+Blue) = 150+5+137=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #960589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960589 is #69FA76. Grayscale: #3F3F3F. Windows color (decimal): -6945399 or 8979862. OLE color: 8979862.

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

Color convert

RGB 150 5 137 -
CMYK 0 0.97 0.09 0.41
HSL 305.38º 0.94% 0.3% -
HSV(B) 305.38º 0.97% 0.59% -
XYZ 17.15 8.4 24.38 -
YUV 63.4 169.54 189.77 -
System Red Green Blue C M Y K H S L
Decimal 150 5 137 0 0.97 0.09 0.41 305.38 0.94 0.3
Hex 96 5 89 0 61 9 29 131 5E 1E
Octal 226 5 211 0 141 11 51 461 136 36
Binary 10010110 101 10001001 0 1100001 1001 101001 100110001 1011110 11110

Color Harmonies of #960589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960589

Black with #960589

Text Example


Text Example

White with #960589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960589; }

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

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

background-color css

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

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

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

border-color css

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

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

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