Html Css Color HEX #9316AD Dark Magenta

📋 copy color: '#9316AD'

red 147 ◦ green 22 ◦ blue 173

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

Shades of Dark Magenta #9316AD

Tints of Dark Magenta #9316AD

RGB

 RED value IS 147 (57.81% from 255) = 42.98%

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

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

R = 42.98%
G = 6.43%
B = 50.58%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9316AD (or 0x9316AD) is known color: Dark Magenta. HEX triplet: 93, 16 and AD. RGB value is (147,22,173). Sum of RGB (Red+Green+Blue) = 147+22+173=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #9316AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9316AD is #6CE952. Grayscale: #4C4C4C. Windows color (decimal): -7137619 or 11343507. OLE color: 11343507.

HSL color Cylindrical-coordinate representation of color #9316AD: hue angle of 289.67º 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 #9316AD is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 22 173 -
CMYK 0.15 0.87 0 0.32
HSL 289.67º 0.77% 0.38% -
HSV(B) 289.67º 0.87% 0.68% -
XYZ 19.86 9.79 40.38 -
YUV 76.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 147 22 173 0.15 0.87 0 0.32 289.67 0.77 0.38
Hex 93 16 AD F 57 0 20 122 4D 26
Octal 223 26 255 17 127 0 40 442 115 46
Binary 10010011 10110 10101101 1111 1010111 0 100000 100100010 1001101 100110

Color Harmonies of #9316AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9316AD

Black with #9316AD

Text Example


Text Example

White with #9316AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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