Html Css Color HEX #9417AB Dark Magenta

📋 copy color: '#9417AB'

red 148 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #9417AB

Tints of Dark Magenta #9417AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50%

R = 43.27%
G = 6.73%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9417AB (or 0x9417AB) is known color: Dark Magenta. HEX triplet: 94, 17 and AB. RGB value is (148,23,171). Sum of RGB (Red+Green+Blue) = 148+23+171=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9417AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9417AB is #6BE854. Grayscale: #4C4C4C. Windows color (decimal): -7071829 or 11212692. OLE color: 11212692.

HSL color Cylindrical-coordinate representation of color #9417AB: hue angle of 290.68º 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 #9417AB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 23 171 -
CMYK 0.13 0.87 0 0.33
HSL 290.68º 0.76% 0.38% -
HSV(B) 290.68º 0.87% 0.67% -
XYZ 19.87 9.85 39.38 -
YUV 77.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 148 23 171 0.13 0.87 0 0.33 290.68 0.76 0.38
Hex 94 17 AB D 57 0 21 123 4C 26
Octal 224 27 253 15 127 0 41 443 114 46
Binary 10010100 10111 10101011 1101 1010111 0 100001 100100011 1001100 100110

Color Harmonies of #9417AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9417AB

Black with #9417AB

Text Example


Text Example

White with #9417AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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