Html Css Color HEX #973A81 Dark Purple

📋 copy color: '#973A81'

red 151 ◦ green 58 ◦ blue 129

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

Shades of Dark Purple #973A81

Tints of Dark Purple #973A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 44.67%
G = 17.16%
B = 38.17%

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

#973A81 (or 0x973A81) is known color: Dark Purple. HEX triplet: 97, 3A and 81. RGB value is (151,58,129). Sum of RGB (Red+Green+Blue) = 151+58+129=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #973A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A81 is #68C57E. Grayscale: #5D5D5D. Windows color (decimal): -6866303 or 8469143. OLE color: 8469143.

HSL color Cylindrical-coordinate representation of color #973A81: hue angle of 314.19º degrees, saturation: 0.44, 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 #973A81 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 58 129 -
CMYK 0 0.62 0.15 0.41
HSL 314.19º 0.44% 0.41% -
HSV(B) 314.19º 0.62% 0.59% -
XYZ 18.24 11.19 21.97 -
YUV 93.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 151 58 129 0 0.62 0.15 0.41 314.19 0.44 0.41
Hex 97 3A 81 0 3E F 29 13A 2C 29
Octal 227 72 201 0 76 17 51 472 54 51
Binary 10010111 111010 10000001 0 111110 1111 101001 100111010 101100 101001

Color Harmonies of #973A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A81

Black with #973A81

Text Example


Text Example

White with #973A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973A81; }

 p { color: rgb(151,58,129); }

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

background-color css

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

 a { background-color: rgb(151,58,129); }

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

border-color css

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

 span { border-color: rgb(151,58,129); }

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