#971C84

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

Shades of Dark Purple #971C84

Tints of Dark Purple #971C84

Color information

#971C84 (or 0x971C84) is unknown color: approx Dark Purple. HEX triplet: 97, 1C and 84. RGB value is (151,28,132). Sum of RGB (Red+Green+Blue) = 151+28+132=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #971C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971C84 is #68E37B. Grayscale: #4C4C4C. Windows color (decimal): -6873980 or 8658071. OLE color: 8658071.

HSL color Cylindrical-coordinate representation of color #971C84: hue angle of 309.27º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C84 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15128132-
CMYK00.810.130.41
HSL309.27º68.72%35.1%-
HSV(B)309.27º81.46%59.22%-
XYZ17.349.0822.67-
YUV76.63159.25181.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 28 (11.33% from 255) = 9.00%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=48.55%
G=9.00%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512813200.810.130.41309.2768.7235.1
Hex971C84051D291354523
Octal227342040121155146510543
Binary1001011111100100001000101000111011010011001101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971C84; }

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

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

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

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

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

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

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

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