Html Css Color HEX #971799 Dark Magenta

📋 copy color: '#971799'

red 151 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #971799

Tints of Dark Magenta #971799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 46.18%
G = 7.03%
B = 46.79%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#971799 (or 0x971799) is known color: Dark Magenta. HEX triplet: 97, 17 and 99. RGB value is (151,23,153). Sum of RGB (Red+Green+Blue) = 151+23+153=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #971799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971799 is #68E866. Grayscale: #4B4B4B. Windows color (decimal): -6875239 or 10033047. OLE color: 10033047.

HSL color Cylindrical-coordinate representation of color #971799: hue angle of 299.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971799 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 23 153 -
CMYK 0.01 0.85 0 0.4
HSL 299.08º 0.74% 0.35% -
HSV(B) 299.08º 0.85% 0.6% -
XYZ 18.82 9.49 30.98 -
YUV 76.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 151 23 153 0.01 0.85 0 0.4 299.08 0.74 0.35
Hex 97 17 99 1 55 0 28 12B 4A 23
Octal 227 27 231 1 125 0 50 453 112 43
Binary 10010111 10111 10011001 1 1010101 0 101000 100101011 1001010 100011

Color Harmonies of #971799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971799

Black with #971799

Text Example


Text Example

White with #971799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971799; }

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

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

background-color css

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

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

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

border-color css

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

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

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