Html Css Color HEX #9417AA Dark Magenta

📋 copy color: '#9417AA'

red 148 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #9417AA

Tints of Dark Magenta #9417AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 43.4%
G = 6.74%
B = 49.85%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9417AA (or 0x9417AA) is known color: Dark Magenta. HEX triplet: 94, 17 and AA. RGB value is (148,23,170). Sum of RGB (Red+Green+Blue) = 148+23+170=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9417AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9417AA is #6BE855. Grayscale: #4C4C4C. Windows color (decimal): -7071830 or 11147156. OLE color: 11147156.

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

Color convert

RGB 148 23 170 -
CMYK 0.13 0.86 0 0.33
HSL 291.02º 0.76% 0.38% -
HSV(B) 291.02º 0.86% 0.67% -
XYZ 19.77 9.81 38.88 -
YUV 77.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 148 23 170 0.13 0.86 0 0.33 291.02 0.76 0.38
Hex 94 17 AA D 56 0 21 123 4C 26
Octal 224 27 252 15 126 0 41 443 114 46
Binary 10010100 10111 10101010 1101 1010110 0 100001 100100011 1001100 100110

Color Harmonies of #9417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417AA

Black with #9417AA

Text Example


Text Example

White with #9417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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