#972987

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

Shades of Dark Purple #972987

Tints of Dark Purple #972987

Color information

#972987 (or 0x972987) is unknown color: approx Dark Purple. HEX triplet: 97, 29 and 87. RGB value is (151,41,135). Sum of RGB (Red+Green+Blue) = 151+41+135=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #972987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972987 is #68D678. Grayscale: #545454. Windows color (decimal): -6870649 or 8858007. OLE color: 8858007.

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

Color convert

RGB15141135-
CMYK00.730.110.41
HSL308.73º57.29%37.65%-
HSV(B)308.73º72.85%59.22%-
XYZ17.939.9123.89-
YUV84.61156.44175.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=46.18%
G=12.54%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514113500.730.110.41308.7357.2937.65
Hex972987049B291353926
Octal22751207011113514657146
Binary1001011110100110000111010010011011101001100110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972987; }

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

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

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

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

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

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

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

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