Html Css Color HEX #971690 Dark Magenta

📋 copy color: '#971690'

red 151 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #971690

Tints of Dark Magenta #971690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 47.63%
G = 6.94%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#971690 (or 0x971690) is known color: Dark Magenta. HEX triplet: 97, 16 and 90. RGB value is (151,22,144). Sum of RGB (Red+Green+Blue) = 151+22+144=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #971690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971690 is #68E96F. Grayscale: #4A4A4A. Windows color (decimal): -6875504 or 9442967. OLE color: 9442967.

HSL color Cylindrical-coordinate representation of color #971690: hue angle of 303.26º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971690 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 144 -
CMYK 0 0.85 0.05 0.41
HSL 303.26º 0.75% 0.34% -
HSV(B) 303.26º 0.85% 0.59% -
XYZ 18.08 9.17 27.2 -
YUV 74.48 167.24 182.58 -
System Red Green Blue C M Y K H S L
Decimal 151 22 144 0 0.85 0.05 0.41 303.26 0.75 0.34
Hex 97 16 90 0 55 5 29 12F 4B 22
Octal 227 26 220 0 125 5 51 457 113 42
Binary 10010111 10110 10010000 0 1010101 101 101001 100101111 1001011 100010

Color Harmonies of #971690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971690

Black with #971690

Text Example


Text Example

White with #971690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971690; }

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

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

background-color css

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

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

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

border-color css

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

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

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