Html Css Color HEX #9419AB Dark Magenta

📋 copy color: '#9419AB'

red 148 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #9419AB

Tints of Dark Magenta #9419AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

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

R = 43.02%
G = 7.27%
B = 49.71%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9419AB (or 0x9419AB) is known color: Dark Magenta. HEX triplet: 94, 19 and AB. RGB value is (148,25,171). Sum of RGB (Red+Green+Blue) = 148+25+171=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #9419AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9419AB is #6BE654. Grayscale: #4D4D4D. Windows color (decimal): -7071317 or 11213204. OLE color: 11213204.

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

Color convert

RGB 148 25 171 -
CMYK 0.13 0.85 0 0.33
HSL 290.55º 0.74% 0.38% -
HSV(B) 290.55º 0.85% 0.67% -
XYZ 19.91 9.93 39.4 -
YUV 78.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 148 25 171 0.13 0.85 0 0.33 290.55 0.74 0.38
Hex 94 19 AB D 55 0 21 123 4A 26
Octal 224 31 253 15 125 0 41 443 112 46
Binary 10010100 11001 10101011 1101 1010101 0 100001 100100011 1001010 100110

Color Harmonies of #9419AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419AB

Black with #9419AB

Text Example


Text Example

White with #9419AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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