Html Css Color HEX #9413AC Dark Magenta

📋 copy color: '#9413AC'

red 148 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #9413AC

Tints of Dark Magenta #9413AC

RGB

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

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

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

R = 43.66%
G = 5.6%
B = 50.74%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9413AC (or 0x9413AC) is known color: Dark Magenta. HEX triplet: 94, 13 and AC. RGB value is (148,19,172). Sum of RGB (Red+Green+Blue) = 148+19+172=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 19 (7.81% from 255 or 5.60% 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 #9413AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9413AC is #6BEC53. Grayscale: #4A4A4A. Windows color (decimal): -7072852 or 11277204. OLE color: 11277204.

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

Color convert

RGB 148 19 172 -
CMYK 0.14 0.89 0 0.33
HSL 290.59º 0.8% 0.37% -
HSV(B) 290.59º 0.89% 0.67% -
XYZ 19.89 9.74 39.86 -
YUV 75.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 148 19 172 0.14 0.89 0 0.33 290.59 0.8 0.37
Hex 94 13 AC E 59 0 21 123 50 25
Octal 224 23 254 16 131 0 41 443 120 45
Binary 10010100 10011 10101100 1110 1011001 0 100001 100100011 1010000 100101

Color Harmonies of #9413AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9413AC

Black with #9413AC

Text Example


Text Example

White with #9413AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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