Html Css Color HEX #960197 Dark Magenta

📋 copy color: '#960197'

red 150 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #960197

Tints of Dark Magenta #960197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 49.67%
G = 0.33%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#960197 (or 0x960197) is known color: Dark Magenta. HEX triplet: 96, 01 and 97. RGB value is (150,1,151). Sum of RGB (Red+Green+Blue) = 150+1+151=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #960197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960197 is #69FE68. Grayscale: #3E3E3E. Windows color (decimal): -6946409 or 9896342. OLE color: 9896342.

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

Color convert

RGB 150 1 151 -
CMYK 0.01 0.99 0 0.41
HSL 299.6º 0.99% 0.3% -
HSV(B) 299.6º 0.99% 0.59% -
XYZ 18.17 8.74 30.01 -
YUV 62.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 150 1 151 0.01 0.99 0 0.41 299.6 0.99 0.3
Hex 96 1 97 1 63 0 29 12C 63 1E
Octal 226 1 227 1 143 0 51 454 143 36
Binary 10010110 1 10010111 1 1100011 0 101001 100101100 1100011 11110

Color Harmonies of #960197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960197

Black with #960197

Text Example


Text Example

White with #960197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960197; }

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

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

background-color css

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

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

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

border-color css

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

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

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