Html Css Color HEX #971F91 Dark Purple

📋 copy color: '#971F91'

red 151 ◦ green 31 ◦ blue 145

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

Shades of Dark Purple #971F91

Tints of Dark Purple #971F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.34%

R = 46.18%
G = 9.48%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#971F91 (or 0x971F91) is known color: Dark Purple. HEX triplet: 97, 1F and 91. RGB value is (151,31,145). Sum of RGB (Red+Green+Blue) = 151+31+145=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #971F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F91 is #68E06E. Grayscale: #4F4F4F. Windows color (decimal): -6873199 or 9510807. OLE color: 9510807.

HSL color Cylindrical-coordinate representation of color #971F91: hue angle of 303º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F91 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 145 -
CMYK 0 0.79 0.04 0.41
HSL 303º 0.66% 0.36% -
HSV(B) 303º 0.79% 0.59% -
XYZ 18.36 9.6 27.67 -
YUV 79.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 151 31 145 0 0.79 0.04 0.41 303 0.66 0.36
Hex 97 1F 91 0 4F 4 29 12F 42 24
Octal 227 37 221 0 117 4 51 457 102 44
Binary 10010111 11111 10010001 0 1001111 100 101001 100101111 1000010 100100

Color Harmonies of #971F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F91

Black with #971F91

Text Example


Text Example

White with #971F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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