Html Css Color HEX #971E91 Dark Purple

📋 copy color: '#971E91'

red 151 ◦ green 30 ◦ blue 145

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

Shades of Dark Purple #971E91

Tints of Dark Purple #971E91

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

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

R = 46.32%
G = 9.2%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#971E91 (or 0x971E91) is known color: Dark Purple. HEX triplet: 97, 1E and 91. RGB value is (151,30,145). Sum of RGB (Red+Green+Blue) = 151+30+145=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #971E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971E91 is #68E16E. Grayscale: #4E4E4E. Windows color (decimal): -6873455 or 9510551. OLE color: 9510551.

HSL color Cylindrical-coordinate representation of color #971E91: hue angle of 302.98º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971E91 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 30 145 -
CMYK 0 0.80 0.04 0.41
HSL 302.98º 0.67% 0.35% -
HSV(B) 302.98º 0.8% 0.59% -
XYZ 18.34 9.55 27.67 -
YUV 79.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 151 30 145 0 0.80 0.04 0.41 302.98 0.67 0.35
Hex 97 1E 91 0 50 4 29 12F 43 23
Octal 227 36 221 0 120 4 51 457 103 43
Binary 10010111 11110 10010001 0 1010000 100 101001 100101111 1000011 100011

Color Harmonies of #971E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E91

Black with #971E91

Text Example


Text Example

White with #971E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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