Html Css Color HEX #961397 Dark Magenta

📋 copy color: '#961397'

red 150 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #961397

Tints of Dark Magenta #961397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 46.88%
G = 5.94%
B = 47.19%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#961397 (or 0x961397) is known color: Dark Magenta. HEX triplet: 96, 13 and 97. RGB value is (150,19,151). Sum of RGB (Red+Green+Blue) = 150+19+151=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #961397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961397 is #69EC68. Grayscale: #484848. Windows color (decimal): -6941801 or 9900950. OLE color: 9900950.

HSL color Cylindrical-coordinate representation of color #961397: hue angle of 299.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961397 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 151 -
CMYK 0.01 0.87 0 0.41
HSL 299.55º 0.78% 0.33% -
HSV(B) 299.55º 0.87% 0.59% -
XYZ 18.4 9.18 30.08 -
YUV 73.22 171.9 182.77 -
System Red Green Blue C M Y K H S L
Decimal 150 19 151 0.01 0.87 0 0.41 299.55 0.78 0.33
Hex 96 13 97 1 57 0 29 12C 4E 21
Octal 226 23 227 1 127 0 51 454 116 41
Binary 10010110 10011 10010111 1 1010111 0 101001 100101100 1001110 100001

Color Harmonies of #961397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961397

Black with #961397

Text Example


Text Example

White with #961397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961397; }

 p { color: rgb(150,19,151); }

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

background-color css

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

 a { background-color: rgb(150,19,151); }

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

border-color css

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

 span { border-color: rgb(150,19,151); }

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