#973E87

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

Shades of Dark Purple #973E87

Tints of Dark Purple #973E87

Color information

#973E87 (or 0x973E87) is unknown color: approx Dark Purple. HEX triplet: 97, 3E and 87. RGB value is (151,62,135). Sum of RGB (Red+Green+Blue) = 151+62+135=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #973E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973E87 is #68C178. Grayscale: #606060. Windows color (decimal): -6865273 or 8863383. OLE color: 8863383.

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

Color convert

RGB15162135-
CMYK00.590.110.41
HSL310.79º41.78%41.76%-
HSV(B)310.79º58.94%59.22%-
XYZ18.8611.7724.2-
YUV96.93149.49166.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 62 (24.61% from 255) = 17.82%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=43.39%
G=17.82%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516213500.590.110.41310.7941.7841.76
Hex973E8703BB291372a2a
Octal2277620707313514675252
Binary100101111111101000011101110111011101001100110111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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