#97179E

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

Shades of Dark Magenta #97179E

Tints of Dark Magenta #97179E

Color information

#97179E (or 0x97179E) is unknown color: approx Dark Magenta. HEX triplet: 97, 17 and 9E. RGB value is (151,23,158). Sum of RGB (Red+Green+Blue) = 151+23+158=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #97179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97179E is #68E861. Grayscale: #4C4C4C. Windows color (decimal): -6875234 or 10360727. OLE color: 10360727.

HSL color Cylindrical-coordinate representation of color #97179E: hue angle of 296.89º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97179E is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15123158-
CMYK0.040.8500.38
HSL296.89º74.59%35.49%-
HSV(B)296.89º85.44%61.96%-
XYZ19.249.6633.2-
YUV76.66173.91181.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 23 (9.38% from 255) = 6.93%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=45.48%
G=6.93%
B=47.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151231580.040.8500.38296.8974.5935.49
Hex97179E4550261294b23
Octal22727236412504645111343
Binary100101111011110011110100101010101001101001010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97179E; }

 p { color: rgb(151,23,158); }

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

<style>
 a { background-color: #97179E; }

 a { background-color: rgb(151,23,158); }

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

<style>
 span { border-color: #97179E; }

 span { border-color: rgb(151,23,158); }

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