#971D84

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

Shades of Dark Purple #971D84

Tints of Dark Purple #971D84

Color information

#971D84 (or 0x971D84) is unknown color: approx Dark Purple. HEX triplet: 97, 1D and 84. RGB value is (151,29,132). Sum of RGB (Red+Green+Blue) = 151+29+132=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #971D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D84 is #68E27B. Grayscale: #4C4C4C. Windows color (decimal): -6873724 or 8658327. OLE color: 8658327.

HSL color Cylindrical-coordinate representation of color #971D84: hue angle of 309.34º degrees, saturation: 0.68, 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 #971D84 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15129132-
CMYK00.810.130.41
HSL309.34º67.78%35.29%-
HSV(B)309.34º80.79%59.22%-
XYZ17.379.1222.68-
YUV77.22158.92180.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 29 (11.72% from 255) = 9.29%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=48.40%
G=9.29%
B=42.31%

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
Decimal1512913200.810.130.41309.3467.7835.29
Hex971D84051D291354423
Octal227352040121155146510443
Binary1001011111101100001000101000111011010011001101011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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