Html Css Color HEX #971080 Dark Purple

📋 copy color: '#971080'

red 151 ◦ green 16 ◦ blue 128

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

Shades of Dark Purple #971080

Tints of Dark Purple #971080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.42%

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

R = 51.19%
G = 5.42%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#971080 (or 0x971080) is known color: Dark Purple. HEX triplet: 97, 10 and 80. RGB value is (151,16,128). Sum of RGB (Red+Green+Blue) = 151+16+128=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #971080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971080 is #68EF7F. Grayscale: #444444. Windows color (decimal): -6877056 or 8392855. OLE color: 8392855.

HSL color Cylindrical-coordinate representation of color #971080: hue angle of 310.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971080 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 128 -
CMYK 0 0.89 0.15 0.41
HSL 310.22º 0.81% 0.33% -
HSV(B) 310.22º 0.89% 0.59% -
XYZ 16.84 8.51 21.18 -
YUV 69.13 161.23 186.39 -
System Red Green Blue C M Y K H S L
Decimal 151 16 128 0 0.89 0.15 0.41 310.22 0.81 0.33
Hex 97 10 80 0 59 F 29 136 51 21
Octal 227 20 200 0 131 17 51 466 121 41
Binary 10010111 10000 10000000 0 1011001 1111 101001 100110110 1010001 100001

Color Harmonies of #971080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971080

Black with #971080

Text Example


Text Example

White with #971080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971080; }

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

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

background-color css

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

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

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

border-color css

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

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

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