#973f87

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

Shades of Dark Purple #973F87

Tints of Dark Purple #973F87

Color information

#973F87 (or 0x973F87) is unknown color: approx Dark Purple. HEX triplet: 97, 3F and 87. RGB value is (151,63,135). Sum of RGB (Red+Green+Blue) = 151+63+135=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #973F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F87 is #68C078. Grayscale: #616161. Windows color (decimal): -6865017 or 8863639. OLE color: 8863639.

HSL color Cylindrical-coordinate representation of color #973F87: hue angle of 310.91º 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 #973F87 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15163135-
CMYK00.580.110.41
HSL310.91º41.12%41.96%-
HSV(B)310.91º58.28%59.22%-
XYZ18.9111.8824.22-
YUV97.52149.15166.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.27%
GREEN value IS 63 (25% from 255) = 18.05%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=43.27%
G=18.05%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516313500.580.110.41310.9141.1241.96
Hex973F8703AB29137292a
Octal2277720707213514675152
Binary100101111111111000011101110101011101001100110111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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