#973B81

Color #973B81 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #973B81

Tints of Dark Purple #973B81

Color information

#973B81 (or 0x973B81) is unknown color: approx Dark Purple. HEX triplet: 97, 3B and 81. RGB value is (151,59,129). Sum of RGB (Red+Green+Blue) = 151+59+129=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973B81 is #68C47E. Grayscale: #5E5E5E. Windows color (decimal): -6866047 or 8469399. OLE color: 8469399.

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

Color convert

RGB15159129-
CMYK00.610.150.41
HSL314.35º43.81%41.18%-
HSV(B)314.35º60.93%59.22%-
XYZ18.2911.2921.98-
YUV94.49147.48168.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=44.54%
G=17.40%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515912900.610.150.41314.3543.8141.18
Hex973B8103DF2913a2c29
Octal2277320107517514725451
Binary100101111110111000000101111011111101001100111010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #973B81;
 }
 .AnyTagClassName
 {
   color: #973B81;
 }
</style>
background-color css

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

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

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

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

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

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