#971D9C

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

Shades of Dark Magenta #971D9C

Tints of Dark Magenta #971D9C

Color information

#971D9C (or 0x971D9C) is unknown color: approx Dark Magenta. HEX triplet: 97, 1D and 9C. RGB value is (151,29,156). Sum of RGB (Red+Green+Blue) = 151+29+156=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #971D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D9C is #68E263. Grayscale: #4F4F4F. Windows color (decimal): -6873700 or 10231191. OLE color: 10231191.

HSL color Cylindrical-coordinate representation of color #971D9C: hue angle of 297.64º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D9C is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15129156-
CMYK0.030.8100.39
HSL297.64º68.65%36.27%-
HSV(B)297.64º81.41%61.18%-
XYZ19.29.8632.34-
YUV79.96170.92178.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 29 (11.72% from 255) = 8.63%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=44.94%
G=8.63%
B=46.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151291560.030.8100.39297.6468.6536.27
Hex971D9C35102712a4524
Octal22735234312104745210544
Binary10010111111011001110011101000101001111001010101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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