Html Css Color HEX #961097 Dark Magenta

📋 copy color: '#961097'

red 150 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #961097

Tints of Dark Magenta #961097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 47.32%
G = 5.05%
B = 47.63%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#961097 (or 0x961097) is known color: Dark Magenta. HEX triplet: 96, 10 and 97. RGB value is (150,16,151). Sum of RGB (Red+Green+Blue) = 150+16+151=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #961097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961097 is #69EF68. Grayscale: #474747. Windows color (decimal): -6942569 or 9900182. OLE color: 9900182.

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

Color convert

RGB 150 16 151 -
CMYK 0.01 0.89 0 0.41
HSL 299.56º 0.81% 0.33% -
HSV(B) 299.56º 0.89% 0.59% -
XYZ 18.35 9.09 30.07 -
YUV 71.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 150 16 151 0.01 0.89 0 0.41 299.56 0.81 0.33
Hex 96 10 97 1 59 0 29 12C 51 21
Octal 226 20 227 1 131 0 51 454 121 41
Binary 10010110 10000 10010111 1 1011001 0 101001 100101100 1010001 100001

Color Harmonies of #961097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961097

Black with #961097

Text Example


Text Example

White with #961097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961097; }

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

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

background-color css

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

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

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

border-color css

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

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

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