#97168E

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

Shades of Dark Magenta #97168E

Tints of Dark Magenta #97168E

Color information

#97168E (or 0x97168E) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 8E. RGB value is (151,22,142). Sum of RGB (Red+Green+Blue) = 151+22+142=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97168E is #68E971. Grayscale: #494949. Windows color (decimal): -6875506 or 9311895. OLE color: 9311895.

HSL color Cylindrical-coordinate representation of color #97168E: hue angle of 304.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97168E is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15122142-
CMYK00.850.060.41
HSL304.19º74.57%33.92%-
HSV(B)304.19º85.43%59.22%-
XYZ17.939.1126.4-
YUV74.25166.24182.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.94%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=47.94%
G=6.98%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512214200.850.060.41304.1974.5733.92
Hex97168E0556291304b22
Octal22726216012565146011342
Binary100101111011010001110010101011101010011001100001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,22,142); }

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

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

 a { background-color: rgb(151,22,142); }

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

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

 span { border-color: rgb(151,22,142); }

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