#97058A

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

Shades of Dark Magenta #97058A

Tints of Dark Magenta #97058A

Color information

#97058A (or 0x97058A) is unknown color: approx Dark Magenta. HEX triplet: 97, 05 and 8A. RGB value is (151,5,138). Sum of RGB (Red+Green+Blue) = 151+5+138=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97058A is #68FA75. Grayscale: #3F3F3F. Windows color (decimal): -6879862 or 9045399. OLE color: 9045399.

HSL color Cylindrical-coordinate representation of color #97058A: hue angle of 305.34º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97058A is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB1515138-
CMYK00.970.090.41
HSL305.34º93.59%30.59%-
HSV(B)305.34º96.69%59.22%-
XYZ17.48.5224.77-
YUV63.82169.87190.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=51.36%
G=1.70%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151513800.970.090.41305.3493.5930.59
Hex9758A0619291315e1f
Octal22752120141115146113637
Binary1001011110110001010011000011001101001100110001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97058A; }

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

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

<style>
 a { background-color: #97058A; }

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

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

<style>
 span { border-color: #97058A; }

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

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