Html Css Color HEX #971096 Dark Magenta

📋 copy color: '#971096'

red 151 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #971096

Tints of Dark Magenta #971096

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #971096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971096

Black with #971096

Text Example


Text Example

White with #971096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971096; }

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

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

background-color css

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

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

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

border-color css

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

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

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