#972A84

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

Shades of Dark Purple #972A84

Tints of Dark Purple #972A84

Color information

#972A84 (or 0x972A84) is unknown color: approx Dark Purple. HEX triplet: 97, 2A and 84. RGB value is (151,42,132). Sum of RGB (Red+Green+Blue) = 151+42+132=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #972A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A84 is #68D57B. Grayscale: #545454. Windows color (decimal): -6870396 or 8661655. OLE color: 8661655.

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

Color convert

RGB15142132-
CMYK00.720.130.41
HSL310.46º56.48%37.84%-
HSV(B)310.46º72.19%59.22%-
XYZ17.769.922.81-
YUV84.85154.61175.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=46.46%
G=12.92%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514213200.720.130.41310.4656.4837.84
Hex972A84048D291363826
Octal22752204011015514667046
Binary1001011110101010000100010010001101101001100110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,42,132); }

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

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

 a { background-color: rgb(151,42,132); }

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

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

 span { border-color: rgb(151,42,132); }

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