Html Css Color HEX #971899 Dark Magenta

📋 copy color: '#971899'

red 151 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #971899

Tints of Dark Magenta #971899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 46.04%
G = 7.32%
B = 46.65%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#971899 (or 0x971899) is known color: Dark Magenta. HEX triplet: 97, 18 and 99. RGB value is (151,24,153). Sum of RGB (Red+Green+Blue) = 151+24+153=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #971899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971899 is #68E766. Grayscale: #4C4C4C. Windows color (decimal): -6874983 or 10033303. OLE color: 10033303.

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

Color convert

RGB 151 24 153 -
CMYK 0.01 0.84 0 0.4
HSL 299.07º 0.73% 0.35% -
HSV(B) 299.07º 0.84% 0.6% -
XYZ 18.84 9.53 30.98 -
YUV 76.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 151 24 153 0.01 0.84 0 0.4 299.07 0.73 0.35
Hex 97 18 99 1 54 0 28 12B 49 23
Octal 227 30 231 1 124 0 50 453 111 43
Binary 10010111 11000 10011001 1 1010100 0 101000 100101011 1001001 100011

Color Harmonies of #971899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971899

Black with #971899

Text Example


Text Example

White with #971899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971899; }

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

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

background-color css

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

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

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

border-color css

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

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

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