#97159C

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

Shades of Dark Magenta #97159C

Tints of Dark Magenta #97159C

Color information

#97159C (or 0x97159C) is unknown color: approx Dark Magenta. HEX triplet: 97, 15 and 9C. RGB value is (151,21,156). Sum of RGB (Red+Green+Blue) = 151+21+156=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #97159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97159C is #68EA63. Grayscale: #4A4A4A. Windows color (decimal): -6875748 or 10229143. OLE color: 10229143.

HSL color Cylindrical-coordinate representation of color #97159C: hue angle of 297.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97159C is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15121156-
CMYK0.030.8700.39
HSL297.78º76.27%34.71%-
HSV(B)297.78º86.54%61.18%-
XYZ19.039.5232.29-
YUV75.26173.57182.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 21 (8.59% from 255) = 6.40%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=46.04%
G=6.40%
B=47.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151211560.030.8700.39297.7876.2734.71
Hex97159C35702712a4c23
Octal22725234312704745211443
Binary10010111101011001110011101011101001111001010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97159C; }

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

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

<style>
 a { background-color: #97159C; }

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

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

<style>
 span { border-color: #97159C; }

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

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