Html Css Color HEX #971F8D Dark Purple

📋 copy color: '#971F8D'

red 151 ◦ green 31 ◦ blue 141

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

Shades of Dark Purple #971F8D

Tints of Dark Purple #971F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 46.75%
G = 9.6%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#971F8D (or 0x971F8D) is known color: Dark Purple. HEX triplet: 97, 1F and 8D. RGB value is (151,31,141). Sum of RGB (Red+Green+Blue) = 151+31+141=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #971F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F8D is #68E072. Grayscale: #4F4F4F. Windows color (decimal): -6873203 or 9248663. OLE color: 9248663.

HSL color Cylindrical-coordinate representation of color #971F8D: hue angle of 305º 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 #971F8D is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 31 141 -
CMYK 0 0.79 0.07 0.41
HSL 305º 0.66% 0.36% -
HSV(B) 305º 0.79% 0.59% -
XYZ 18.06 9.48 26.08 -
YUV 79.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 151 31 141 0 0.79 0.07 0.41 305 0.66 0.36
Hex 97 1F 8D 0 4F 7 29 131 42 24
Octal 227 37 215 0 117 7 51 461 102 44
Binary 10010111 11111 10001101 0 1001111 111 101001 100110001 1000010 100100

Color Harmonies of #971F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971F8D

Black with #971F8D

Text Example


Text Example

White with #971F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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