#9702A5

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

Shades of Dark Magenta #9702A5

Tints of Dark Magenta #9702A5

Color information

#9702A5 (or 0x9702A5) is unknown color: approx Dark Magenta. HEX triplet: 97, 02 and A5. RGB value is (151,2,165). Sum of RGB (Red+Green+Blue) = 151+2+165=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #9702A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9702A5 is #68FD5A. Grayscale: #404040. Windows color (decimal): -6880603 or 10814103. OLE color: 10814103.

HSL color Cylindrical-coordinate representation of color #9702A5: hue angle of 294.85º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9702A5 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1512165-
CMYK0.080.9900.35
HSL294.85º97.6%32.75%-
HSV(B)294.85º98.79%64.71%-
XYZ19.589.3436.37-
YUV65.13184.36189.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.48%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 165 (64.84% from 255) = 51.89%
R=47.48%
G=0.63%
B=51.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15121650.080.9900.35294.8597.632.75
Hex972A58630231276221
Octal22722451014304344714241
Binary1001011110101001011000110001101000111001001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9702A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9702A5; }

 p { color: rgb(151,2,165); }

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

<style>
 a { background-color: #9702A5; }

 a { background-color: rgb(151,2,165); }

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

<style>
 span { border-color: #9702A5; }

 span { border-color: rgb(151,2,165); }

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