Html Css Color HEX #960592 Dark Magenta

📋 copy color: '#960592'

red 150 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #960592

Tints of Dark Magenta #960592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 49.83%
G = 1.66%
B = 48.5%

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

#960592 (or 0x960592) is known color: Dark Magenta. HEX triplet: 96, 05 and 92. RGB value is (150,5,146). Sum of RGB (Red+Green+Blue) = 150+5+146=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #960592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960592 is #69FA6D. Grayscale: #404040. Windows color (decimal): -6945390 or 9569686. OLE color: 9569686.

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

Color convert

RGB 150 5 146 -
CMYK 0 0.97 0.03 0.41
HSL 301.66º 0.94% 0.3% -
HSV(B) 301.66º 0.97% 0.59% -
XYZ 17.82 8.67 27.93 -
YUV 64.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 150 5 146 0 0.97 0.03 0.41 301.66 0.94 0.3
Hex 96 5 92 0 61 3 29 12E 5E 1E
Octal 226 5 222 0 141 3 51 456 136 36
Binary 10010110 101 10010010 0 1100001 11 101001 100101110 1011110 11110

Color Harmonies of #960592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960592

Black with #960592

Text Example


Text Example

White with #960592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960592; }

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

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

background-color css

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

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

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

border-color css

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

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

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