Html Css Color HEX #9417AC Dark Magenta

📋 copy color: '#9417AC'

red 148 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #9417AC

Tints of Dark Magenta #9417AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

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

R = 43.15%
G = 6.71%
B = 50.15%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9417AC (or 0x9417AC) is known color: Dark Magenta. HEX triplet: 94, 17 and AC. RGB value is (148,23,172). Sum of RGB (Red+Green+Blue) = 148+23+172=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9417AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9417AC is #6BE853. Grayscale: #4C4C4C. Windows color (decimal): -7071828 or 11278228. OLE color: 11278228.

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

Color convert

RGB 148 23 172 -
CMYK 0.14 0.87 0 0.33
HSL 290.34º 0.76% 0.38% -
HSV(B) 290.34º 0.87% 0.67% -
XYZ 19.97 9.89 39.89 -
YUV 77.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 148 23 172 0.14 0.87 0 0.33 290.34 0.76 0.38
Hex 94 17 AC E 57 0 21 122 4C 26
Octal 224 27 254 16 127 0 41 442 114 46
Binary 10010100 10111 10101100 1110 1010111 0 100001 100100010 1001100 100110

Color Harmonies of #9417AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417AC

Black with #9417AC

Text Example


Text Example

White with #9417AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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