Html Css Color HEX #9617AC Dark Magenta

📋 copy color: '#9617AC'

red 150 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9617AC

Tints of Dark Magenta #9617AC

RGB

 RED value IS 150 (58.98% from 255) = 43.48%

 GREEN value IS 23 (9.38% from 255) = 6.67%

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

R = 43.48%
G = 6.67%
B = 49.86%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9617AC (or 0x9617AC) is known color: Dark Magenta. HEX triplet: 96, 17 and AC. RGB value is (150,23,172). Sum of RGB (Red+Green+Blue) = 150+23+172=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9617AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9617AC is #69E853. Grayscale: #4D4D4D. Windows color (decimal): -6940756 or 11278230. OLE color: 11278230.

HSL color Cylindrical-coordinate representation of color #9617AC: hue angle of 291.14º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9617AC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 23 172 -
CMYK 0.13 0.87 0 0.33
HSL 291.14º 0.76% 0.38% -
HSV(B) 291.14º 0.87% 0.67% -
XYZ 20.33 10.08 39.9 -
YUV 77.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 150 23 172 0.13 0.87 0 0.33 291.14 0.76 0.38
Hex 96 17 AC D 57 0 21 123 4C 26
Octal 226 27 254 15 127 0 41 443 114 46
Binary 10010110 10111 10101100 1101 1010111 0 100001 100100011 1001100 100110

Color Harmonies of #9617AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617AC

Black with #9617AC

Text Example


Text Example

White with #9617AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,23,172); }

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

background-color css

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

 a { background-color: rgb(150,23,172); }

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

border-color css

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

 span { border-color: rgb(150,23,172); }

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