Html Css Color HEX #971998 Dark Magenta

📋 copy color: '#971998'

red 151 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #971998

Tints of Dark Magenta #971998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 46.04%
G = 7.62%
B = 46.34%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#971998 (or 0x971998) is known color: Dark Magenta. HEX triplet: 97, 19 and 98. RGB value is (151,25,152). Sum of RGB (Red+Green+Blue) = 151+25+152=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #971998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971998 is #68E667. Grayscale: #4C4C4C. Windows color (decimal): -6874728 or 9968023. OLE color: 9968023.

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

Color convert

RGB 151 25 152 -
CMYK 0.01 0.84 0 0.40
HSL 299.53º 0.72% 0.35% -
HSV(B) 299.53º 0.84% 0.6% -
XYZ 18.78 9.54 30.56 -
YUV 77.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 151 25 152 0.01 0.84 0 0.40 299.53 0.72 0.35
Hex 97 19 98 1 54 0 28 12C 48 23
Octal 227 31 230 1 124 0 50 454 110 43
Binary 10010111 11001 10011000 1 1010100 0 101000 100101100 1001000 100011

Color Harmonies of #971998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971998

Black with #971998

Text Example


Text Example

White with #971998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971998; }

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

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

background-color css

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

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

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

border-color css

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

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

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