#9710A0

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

Shades of Dark Magenta #9710A0

Tints of Dark Magenta #9710A0

Color information

#9710A0 (or 0x9710A0) is unknown color: approx Dark Magenta. HEX triplet: 97, 10 and A0. RGB value is (151,16,160). Sum of RGB (Red+Green+Blue) = 151+16+160=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 160 - color contains mainly: blue. Hex color #9710A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9710A0 is #68EF5F. Grayscale: #484848. Windows color (decimal): -6877024 or 10490007. OLE color: 10490007.

HSL color Cylindrical-coordinate representation of color #9710A0: hue angle of 296.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9710A0 is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15116160-
CMYK0.060.900.37
HSL296.25º81.82%34.51%-
HSV(B)296.25º90%62.75%-
XYZ19.299.4934.07-
YUV72.78177.23183.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 160 (62.89% from 255) = 48.93%
R=46.18%
G=4.89%
B=48.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151161600.060.900.37296.2581.8234.51
Hex9710A065A0251285223
Octal22720240613204545012243
Binary100101111000010100000110101101001001011001010001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9710A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9710A0; }

 p { color: rgb(151,16,160); }

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

<style>
 a { background-color: #9710A0; }

 a { background-color: rgb(151,16,160); }

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

<style>
 span { border-color: #9710A0; }

 span { border-color: rgb(151,16,160); }

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