Html Css Color HEX #9413AD Dark Magenta

📋 copy color: '#9413AD'

red 148 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #9413AD

Tints of Dark Magenta #9413AD

RGB

 RED value IS 148 (58.2% from 255) = 43.53%

 GREEN value IS 19 (7.81% from 255) = 5.59%

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

R = 43.53%
G = 5.59%
B = 50.88%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9413AD (or 0x9413AD) is known color: Dark Magenta. HEX triplet: 94, 13 and AD. RGB value is (148,19,173). Sum of RGB (Red+Green+Blue) = 148+19+173=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 19 (7.81% from 255 or 5.59% 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 #9413AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9413AD is #6BEC52. Grayscale: #4A4A4A. Windows color (decimal): -7072851 or 11342740. OLE color: 11342740.

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

Color convert

RGB 148 19 173 -
CMYK 0.14 0.89 0 0.32
HSL 290.26º 0.8% 0.38% -
HSV(B) 290.26º 0.89% 0.68% -
XYZ 19.99 9.78 40.37 -
YUV 75.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 148 19 173 0.14 0.89 0 0.32 290.26 0.8 0.38
Hex 94 13 AD E 59 0 20 122 50 26
Octal 224 23 255 16 131 0 40 442 120 46
Binary 10010100 10011 10101101 1110 1011001 0 100000 100100010 1010000 100110

Color Harmonies of #9413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413AD

Black with #9413AD

Text Example


Text Example

White with #9413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,19,173); }

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

background-color css

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

 a { background-color: rgb(148,19,173); }

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

border-color css

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

 span { border-color: rgb(148,19,173); }

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