Html Css Color HEX #971699 Dark Magenta

📋 copy color: '#971699'

red 151 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #971699

Tints of Dark Magenta #971699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

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

R = 46.32%
G = 6.75%
B = 46.93%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#971699 (or 0x971699) is known color: Dark Magenta. HEX triplet: 97, 16 and 99. RGB value is (151,22,153). Sum of RGB (Red+Green+Blue) = 151+22+153=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #971699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971699 is #68E966. Grayscale: #4B4B4B. Windows color (decimal): -6875495 or 10032791. OLE color: 10032791.

HSL color Cylindrical-coordinate representation of color #971699: hue angle of 299.08º degrees, saturation: 0.75, 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 #971699 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 22 153 -
CMYK 0.01 0.86 0 0.4
HSL 299.08º 0.75% 0.34% -
HSV(B) 299.08º 0.86% 0.6% -
XYZ 18.8 9.45 30.97 -
YUV 75.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 151 22 153 0.01 0.86 0 0.4 299.08 0.75 0.34
Hex 97 16 99 1 56 0 28 12B 4B 22
Octal 227 26 231 1 126 0 50 453 113 42
Binary 10010111 10110 10011001 1 1010110 0 101000 100101011 1001011 100010

Color Harmonies of #971699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971699

Black with #971699

Text Example


Text Example

White with #971699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971699; }

 p { color: rgb(151,22,153); }

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

background-color css

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

 a { background-color: rgb(151,22,153); }

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

border-color css

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

 span { border-color: rgb(151,22,153); }

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