#972C8E

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

Shades of Dark Purple #972C8E

Tints of Dark Purple #972C8E

Color information

#972C8E (or 0x972C8E) is unknown color: approx Dark Purple. HEX triplet: 97, 2C and 8E. RGB value is (151,44,142). Sum of RGB (Red+Green+Blue) = 151+44+142=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #972C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972C8E is #68D371. Grayscale: #565656. Windows color (decimal): -6869874 or 9317527. OLE color: 9317527.

HSL color Cylindrical-coordinate representation of color #972C8E: hue angle of 305.05º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972C8E is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15144142-
CMYK00.710.060.41
HSL305.05º54.87%38.24%-
HSV(B)305.05º70.86%59.22%-
XYZ18.5510.3326.61-
YUV87.16158.95173.53-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 44 (17.58% from 255) = 13.06%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=44.81%
G=13.06%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514414200.710.060.41305.0554.8738.24
Hex972C8E0476291313726
Octal2275421601076514616746
Binary100101111011001000111001000111110101001100110001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972C8E; }

 p { color: rgb(151,44,142); }

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

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

 a { background-color: rgb(151,44,142); }

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

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

 span { border-color: rgb(151,44,142); }

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