Html Css Color HEX #9705AC Dark Magenta

📋 copy color: '#9705AC'

red 151 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #9705AC

Tints of Dark Magenta #9705AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 46.04%
G = 1.52%
B = 52.44%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9705AC (or 0x9705AC) is known color: Dark Magenta. HEX triplet: 97, 05 and AC. RGB value is (151,5,172). Sum of RGB (Red+Green+Blue) = 151+5+172=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #9705AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9705AC is #68FA53. Grayscale: #434343. Windows color (decimal): -6879828 or 11273623. OLE color: 11273623.

HSL color Cylindrical-coordinate representation of color #9705AC: hue angle of 292.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9705AC is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 5 172 -
CMYK 0.12 0.97 0 0.33
HSL 292.46º 0.94% 0.35% -
HSV(B) 292.46º 0.97% 0.67% -
XYZ 20.26 9.67 39.83 -
YUV 67.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 151 5 172 0.12 0.97 0 0.33 292.46 0.94 0.35
Hex 97 5 AC C 61 0 21 124 5E 23
Octal 227 5 254 14 141 0 41 444 136 43
Binary 10010111 101 10101100 1100 1100001 0 100001 100100100 1011110 100011

Color Harmonies of #9705AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9705AC

Black with #9705AC

Text Example


Text Example

White with #9705AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9705AC; }

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

 H1.HeaderClassName
 {
   color: #9705AC;
 }
 .AnyTagClassName
 {
   color: #9705AC;
 }
</style>

background-color css

<style>
 a { background-color: #9705AC; }

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

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

border-color css

<style>
 span { border-color: #9705AC; }

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

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