#973F85

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

Shades of Dark Purple #973F85

Tints of Dark Purple #973F85

Color information

#973F85 (or 0x973F85) is unknown color: approx Dark Purple. HEX triplet: 97, 3F and 85. RGB value is (151,63,133). Sum of RGB (Red+Green+Blue) = 151+63+133=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #973F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F85 is #68C07A. Grayscale: #616161. Windows color (decimal): -6865019 or 8732567. OLE color: 8732567.

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

Color convert

RGB15163133-
CMYK00.580.120.41
HSL312.27º41.12%41.96%-
HSV(B)312.27º58.28%59.22%-
XYZ18.7711.8323.48-
YUV97.29148.15166.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=43.52%
G=18.16%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516313300.580.120.41312.2741.1241.96
Hex973F8503AC29138292a
Octal2277720507214514705152
Binary100101111111111000010101110101100101001100111000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,63,133); }

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

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

 a { background-color: rgb(151,63,133); }

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

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

 span { border-color: rgb(151,63,133); }

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