Html Css Color HEX #960491 Dark Magenta

📋 copy color: '#960491'

red 150 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #960491

Tints of Dark Magenta #960491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 145 (57.03% from 255) = 48.49%

R = 50.17%
G = 1.34%
B = 48.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#960491 (or 0x960491) is known color: Dark Magenta. HEX triplet: 96, 04 and 91. RGB value is (150,4,145). Sum of RGB (Red+Green+Blue) = 150+4+145=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #960491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960491 is #69FB6E. Grayscale: #3F3F3F. Windows color (decimal): -6945647 or 9503894. OLE color: 9503894.

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

Color convert

RGB 150 4 145 -
CMYK 0 0.97 0.03 0.41
HSL 302.05º 0.95% 0.3% -
HSV(B) 302.05º 0.97% 0.59% -
XYZ 17.73 8.62 27.52 -
YUV 63.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 150 4 145 0 0.97 0.03 0.41 302.05 0.95 0.3
Hex 96 4 91 0 61 3 29 12E 5F 1E
Octal 226 4 221 0 141 3 51 456 137 36
Binary 10010110 100 10010001 0 1100001 11 101001 100101110 1011111 11110

Color Harmonies of #960491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960491

Black with #960491

Text Example


Text Example

White with #960491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960491; }

 p { color: rgb(150,4,145); }

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

background-color css

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

 a { background-color: rgb(150,4,145); }

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

border-color css

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

 span { border-color: rgb(150,4,145); }

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