Html Css Color HEX #9617AA Dark Magenta

📋 copy color: '#9617AA'

red 150 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #9617AA

Tints of Dark Magenta #9617AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 43.73%
G = 6.71%
B = 49.56%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9617AA (or 0x9617AA) is known color: Dark Magenta. HEX triplet: 96, 17 and AA. RGB value is (150,23,170). Sum of RGB (Red+Green+Blue) = 150+23+170=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #9617AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9617AA is #69E855. Grayscale: #4D4D4D. Windows color (decimal): -6940758 or 11147158. OLE color: 11147158.

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

Color convert

RGB 150 23 170 -
CMYK 0.12 0.86 0 0.33
HSL 291.84º 0.76% 0.38% -
HSV(B) 291.84º 0.86% 0.67% -
XYZ 20.14 10 38.9 -
YUV 77.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 150 23 170 0.12 0.86 0 0.33 291.84 0.76 0.38
Hex 96 17 AA C 56 0 21 124 4C 26
Octal 226 27 252 14 126 0 41 444 114 46
Binary 10010110 10111 10101010 1100 1010110 0 100001 100100100 1001100 100110

Color Harmonies of #9617AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9617AA

Black with #9617AA

Text Example


Text Example

White with #9617AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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