Html Css Color HEX #9616AD Dark Magenta

📋 copy color: '#9616AD'

red 150 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #9616AD

Tints of Dark Magenta #9616AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 43.48%
G = 6.38%
B = 50.14%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9616AD (or 0x9616AD) is known color: Dark Magenta. HEX triplet: 96, 16 and AD. RGB value is (150,22,173). Sum of RGB (Red+Green+Blue) = 150+22+173=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #9616AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9616AD is #69E952. Grayscale: #4D4D4D. Windows color (decimal): -6941011 or 11343510. OLE color: 11343510.

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

Color convert

RGB 150 22 173 -
CMYK 0.13 0.87 0 0.32
HSL 290.86º 0.77% 0.38% -
HSV(B) 290.86º 0.87% 0.68% -
XYZ 20.41 10.07 40.4 -
YUV 77.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 150 22 173 0.13 0.87 0 0.32 290.86 0.77 0.38
Hex 96 16 AD D 57 0 20 123 4D 26
Octal 226 26 255 15 127 0 40 443 115 46
Binary 10010110 10110 10101101 1101 1010111 0 100000 100100011 1001101 100110

Color Harmonies of #9616AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616AD

Black with #9616AD

Text Example


Text Example

White with #9616AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,22,173); }

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

background-color css

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

 a { background-color: rgb(150,22,173); }

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

border-color css

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

 span { border-color: rgb(150,22,173); }

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