Html Css Color HEX #971A80 Dark Purple

📋 copy color: '#971A80'

red 151 ◦ green 26 ◦ blue 128

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

Shades of Dark Purple #971A80

Tints of Dark Purple #971A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 49.51%
G = 8.52%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#971A80 (or 0x971A80) is known color: Dark Purple. HEX triplet: 97, 1A and 80. RGB value is (151,26,128). Sum of RGB (Red+Green+Blue) = 151+26+128=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #971A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A80 is #68E57F. Grayscale: #4A4A4A. Windows color (decimal): -6874496 or 8395415. OLE color: 8395415.

HSL color Cylindrical-coordinate representation of color #971A80: hue angle of 311.04º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A80 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 26 128 -
CMYK 0 0.83 0.15 0.41
HSL 311.04º 0.71% 0.35% -
HSV(B) 311.04º 0.83% 0.59% -
XYZ 17.03 8.88 21.24 -
YUV 75 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 151 26 128 0 0.83 0.15 0.41 311.04 0.71 0.35
Hex 97 1A 80 0 53 F 29 137 47 23
Octal 227 32 200 0 123 17 51 467 107 43
Binary 10010111 11010 10000000 0 1010011 1111 101001 100110111 1000111 100011

Color Harmonies of #971A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971A80

Black with #971A80

Text Example


Text Example

White with #971A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,128); }

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

background-color css

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

 a { background-color: rgb(151,26,128); }

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

border-color css

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

 span { border-color: rgb(151,26,128); }

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