Html Css Color HEX #971798 Dark Magenta

📋 copy color: '#971798'

red 151 ◦ green 23 ◦ blue 152

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

Shades of Dark Magenta #971798

Tints of Dark Magenta #971798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 46.32%
G = 7.06%
B = 46.63%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#971798 (or 0x971798) is known color: Dark Magenta. HEX triplet: 97, 17 and 98. RGB value is (151,23,152). Sum of RGB (Red+Green+Blue) = 151+23+152=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #971798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971798 is #68E867. Grayscale: #4B4B4B. Windows color (decimal): -6875240 or 9967511. OLE color: 9967511.

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

Color convert

RGB 151 23 152 -
CMYK 0.01 0.85 0 0.40
HSL 299.53º 0.74% 0.34% -
HSV(B) 299.53º 0.85% 0.6% -
XYZ 18.74 9.46 30.54 -
YUV 75.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 151 23 152 0.01 0.85 0 0.40 299.53 0.74 0.34
Hex 97 17 98 1 55 0 28 12C 4A 22
Octal 227 27 230 1 125 0 50 454 112 42
Binary 10010111 10111 10011000 1 1010101 0 101000 100101100 1001010 100010

Color Harmonies of #971798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971798

Black with #971798

Text Example


Text Example

White with #971798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971798; }

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

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

background-color css

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

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

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

border-color css

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

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

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