Html Css Color HEX #9314AD Dark Magenta

📋 copy color: '#9314AD'

red 147 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9314AD

Tints of Dark Magenta #9314AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.88%

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

R = 43.24%
G = 5.88%
B = 50.88%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9314AD (or 0x9314AD) is known color: Dark Magenta. HEX triplet: 93, 14 and AD. RGB value is (147,20,173). Sum of RGB (Red+Green+Blue) = 147+20+173=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #9314AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9314AD is #6CEB52. Grayscale: #4A4A4A. Windows color (decimal): -7138131 or 11342995. OLE color: 11342995.

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

Color convert

RGB 147 20 173 -
CMYK 0.15 0.88 0 0.32
HSL 289.8º 0.79% 0.38% -
HSV(B) 289.8º 0.88% 0.68% -
XYZ 19.83 9.72 40.37 -
YUV 75.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 147 20 173 0.15 0.88 0 0.32 289.8 0.79 0.38
Hex 93 14 AD F 58 0 20 122 4F 26
Octal 223 24 255 17 130 0 40 442 117 46
Binary 10010011 10100 10101101 1111 1011000 0 100000 100100010 1001111 100110

Color Harmonies of #9314AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9314AD

Black with #9314AD

Text Example


Text Example

White with #9314AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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