Html Css Color HEX #9314AC Dark Magenta

📋 copy color: '#9314AC'

red 147 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9314AC

Tints of Dark Magenta #9314AC

RGB

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

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

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

R = 43.36%
G = 5.9%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9314AC (or 0x9314AC) is known color: Dark Magenta. HEX triplet: 93, 14 and AC. RGB value is (147,20,172). Sum of RGB (Red+Green+Blue) = 147+20+172=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #9314AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9314AC is #6CEB53. Grayscale: #4A4A4A. Windows color (decimal): -7138132 or 11277459. OLE color: 11277459.

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

Color convert

RGB 147 20 172 -
CMYK 0.15 0.88 0 0.33
HSL 290.13º 0.79% 0.38% -
HSV(B) 290.13º 0.88% 0.67% -
XYZ 19.73 9.68 39.86 -
YUV 75.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 147 20 172 0.15 0.88 0 0.33 290.13 0.79 0.38
Hex 93 14 AC F 58 0 21 122 4F 26
Octal 223 24 254 17 130 0 41 442 117 46
Binary 10010011 10100 10101100 1111 1011000 0 100001 100100010 1001111 100110

Color Harmonies of #9314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9314AC

Black with #9314AC

Text Example


Text Example

White with #9314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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