#972A85

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

Shades of Dark Purple #972A85

Tints of Dark Purple #972A85

Color information

#972A85 (or 0x972A85) is unknown color: approx Dark Purple. HEX triplet: 97, 2A and 85. RGB value is (151,42,133). Sum of RGB (Red+Green+Blue) = 151+42+133=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #972A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A85 is #68D57A. Grayscale: #545454. Windows color (decimal): -6870395 or 8727191. OLE color: 8727191.

HSL color Cylindrical-coordinate representation of color #972A85: hue angle of 309.91º 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 #972A85 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15142133-
CMYK00.720.120.41
HSL309.91º56.48%37.84%-
HSV(B)309.91º72.19%59.22%-
XYZ17.829.9323.17-
YUV84.96155.11175.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.32%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=46.32%
G=12.88%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514213300.720.120.41309.9156.4837.84
Hex972A85048C291363826
Octal22752205011014514667046
Binary1001011110101010000101010010001100101001100110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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