Html Css Color HEX #973980 Dark Purple

📋 copy color: '#973980'

red 151 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #973980

Tints of Dark Purple #973980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

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

R = 44.94%
G = 16.96%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#973980 (or 0x973980) is known color: Dark Purple. HEX triplet: 97, 39 and 80. RGB value is (151,57,128). Sum of RGB (Red+Green+Blue) = 151+57+128=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #973980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973980 is #68C67F. Grayscale: #5D5D5D. Windows color (decimal): -6866560 or 8403351. OLE color: 8403351.

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

Color convert

RGB 151 57 128 -
CMYK 0 0.62 0.15 0.41
HSL 314.68º 0.45% 0.41% -
HSV(B) 314.68º 0.62% 0.59% -
XYZ 18.12 11.06 21.6 -
YUV 93.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 151 57 128 0 0.62 0.15 0.41 314.68 0.45 0.41
Hex 97 39 80 0 3E F 29 13B 2D 29
Octal 227 71 200 0 76 17 51 473 55 51
Binary 10010111 111001 10000000 0 111110 1111 101001 100111011 101101 101001

Color Harmonies of #973980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973980

Black with #973980

Text Example


Text Example

White with #973980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973980; }

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

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

background-color css

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

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

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

border-color css

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

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

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