Html Css Color HEX #9707AD Dark Magenta

📋 copy color: '#9707AD'

red 151 ◦ green 7 ◦ blue 173

#9707AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9707AD

Tints of Dark Magenta #9707AD

RGB

 RED value IS 151 (59.38% from 255) = 45.62%

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 45.62%
G = 2.11%
B = 52.27%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9707AD (or 0x9707AD) is known color: Dark Magenta. HEX triplet: 97, 07 and AD. RGB value is (151,7,173). Sum of RGB (Red+Green+Blue) = 151+7+173=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #9707AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9707AD is #68F852. Grayscale: #444444. Windows color (decimal): -6879315 or 11339671. OLE color: 11339671.

HSL color Cylindrical-coordinate representation of color #9707AD: hue angle of 292.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9707AD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 7 173 -
CMYK 0.13 0.96 0 0.32
HSL 292.05º 0.92% 0.35% -
HSV(B) 292.05º 0.96% 0.68% -
XYZ 20.38 9.75 40.34 -
YUV 68.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 151 7 173 0.13 0.96 0 0.32 292.05 0.92 0.35
Hex 97 7 AD D 60 0 20 124 5C 23
Octal 227 7 255 15 140 0 40 444 134 43
Binary 10010111 111 10101101 1101 1100000 0 100000 100100100 1011100 100011

Color Harmonies of #9707AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9707AD

Black with #9707AD

Text Example


Text Example

White with #9707AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9707AD; }

 p { color: rgb(151,7,173); }

 H1.HeaderClassName
 {
   color: #9707AD;
 }
 .AnyTagClassName
 {
   color: #9707AD;
 }
</style>

background-color css

<style>
 a { background-color: #9707AD; }

 a { background-color: rgb(151,7,173); }

 div.DivClassName
 {
   background-color: #9707AD;
 }
 .BgClassName
 {
   background-color: #9707AD;
 }
</style>

border-color css

<style>
 span { border-color: #9707AD; }

 span { border-color: rgb(151,7,173); }

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