#97169F

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

Shades of Dark Magenta #97169F

Tints of Dark Magenta #97169F

Color information

#97169F (or 0x97169F) is unknown color: approx Dark Magenta. HEX triplet: 97, 16 and 9F. RGB value is (151,22,159). Sum of RGB (Red+Green+Blue) = 151+22+159=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #97169F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97169F is #68E960. Grayscale: #4B4B4B. Windows color (decimal): -6875489 or 10426007. OLE color: 10426007.

HSL color Cylindrical-coordinate representation of color #97169F: hue angle of 296.5º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #97169F is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15122159-
CMYK0.050.8600.38
HSL296.5º75.69%35.49%-
HSV(B)296.5º86.16%62.35%-
XYZ19.319.6633.65-
YUV76.19174.74181.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.48%
GREEN value IS 22 (8.98% from 255) = 6.63%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=45.48%
G=6.63%
B=47.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151221590.050.8600.38296.575.6935.49
Hex97169F5560261284c23
Octal22726237512604645011443
Binary100101111011010011111101101011001001101001010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97169F; }

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

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

<style>
 a { background-color: #97169F; }

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

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

<style>
 span { border-color: #97169F; }

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

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