Html Css Color HEX #961599 Dark Magenta

📋 copy color: '#961599'

red 150 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #961599

Tints of Dark Magenta #961599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.22%

R = 46.3%
G = 6.48%
B = 47.22%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#961599 (or 0x961599) is known color: Dark Magenta. HEX triplet: 96, 15 and 99. RGB value is (150,21,153). Sum of RGB (Red+Green+Blue) = 150+21+153=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #961599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961599 is #69EA66. Grayscale: #4A4A4A. Windows color (decimal): -6941287 or 10032534. OLE color: 10032534.

HSL color Cylindrical-coordinate representation of color #961599: hue angle of 298.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961599 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 21 153 -
CMYK 0.02 0.86 0 0.4
HSL 298.64º 0.76% 0.34% -
HSV(B) 298.64º 0.86% 0.6% -
XYZ 18.6 9.32 30.96 -
YUV 74.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 150 21 153 0.02 0.86 0 0.4 298.64 0.76 0.34
Hex 96 15 99 2 56 0 28 12B 4C 22
Octal 226 25 231 2 126 0 50 453 114 42
Binary 10010110 10101 10011001 10 1010110 0 101000 100101011 1001100 100010

Color Harmonies of #961599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961599

Black with #961599

Text Example


Text Example

White with #961599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961599; }

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

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

background-color css

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

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

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

border-color css

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

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

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