Html Css Color HEX #971F99 Dark Magenta

📋 copy color: '#971F99'

red 151 ◦ green 31 ◦ blue 153

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

Shades of Dark Magenta #971F99

Tints of Dark Magenta #971F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

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

R = 45.07%
G = 9.25%
B = 45.67%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#971F99 (or 0x971F99) is known color: Dark Magenta. HEX triplet: 97, 1F and 99. RGB value is (151,31,153). Sum of RGB (Red+Green+Blue) = 151+31+153=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #971F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F99 is #68E066. Grayscale: #505050. Windows color (decimal): -6873191 or 10035095. OLE color: 10035095.

HSL color Cylindrical-coordinate representation of color #971F99: hue angle of 299.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971F99 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 31 153 -
CMYK 0.01 0.80 0 0.4
HSL 299.02º 0.66% 0.36% -
HSV(B) 299.02º 0.8% 0.6% -
XYZ 19 9.86 31.04 -
YUV 80.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 151 31 153 0.01 0.80 0 0.4 299.02 0.66 0.36
Hex 97 1F 99 1 50 0 28 12B 42 24
Octal 227 37 231 1 120 0 50 453 102 44
Binary 10010111 11111 10011001 1 1010000 0 101000 100101011 1000010 100100

Color Harmonies of #971F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F99

Black with #971F99

Text Example


Text Example

White with #971F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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