#97059C

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

Shades of Dark Magenta #97059C

Tints of Dark Magenta #97059C

Color information

#97059C (or 0x97059C) is unknown color: approx Dark Magenta. HEX triplet: 97, 05 and 9C. RGB value is (151,5,156). Sum of RGB (Red+Green+Blue) = 151+5+156=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #97059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97059C is #68FA63. Grayscale: #414141. Windows color (decimal): -6879844 or 10225047. OLE color: 10225047.

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

Color convert

RGB1515156-
CMYK0.030.9700.39
HSL298.01º93.79%31.57%-
HSV(B)298.01º96.79%61.18%-
XYZ18.829.0932.21-
YUV65.87178.87188.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 5 (2.34% from 255) = 1.60%
BLUE value IS 156 (61.33% from 255) = 50%
R=48.40%
G=1.60%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15151560.030.9700.39298.0193.7931.57
Hex9759C36102712a5e20
Octal2275234314104745213640
Binary100101111011001110011110000101001111001010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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