Html Css Color HEX #9418AA Dark Magenta

📋 copy color: '#9418AA'

red 148 ◦ green 24 ◦ blue 170

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

Shades of Dark Magenta #9418AA

Tints of Dark Magenta #9418AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 43.27%
G = 7.02%
B = 49.71%

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

#9418AA (or 0x9418AA) is known color: Dark Magenta. HEX triplet: 94, 18 and AA. RGB value is (148,24,170). Sum of RGB (Red+Green+Blue) = 148+24+170=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #9418AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9418AA is #6BE755. Grayscale: #4D4D4D. Windows color (decimal): -7071574 or 11147412. OLE color: 11147412.

HSL color Cylindrical-coordinate representation of color #9418AA: hue angle of 290.96º degrees, saturation: 0.75, 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 #9418AA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 24 170 -
CMYK 0.13 0.86 0 0.33
HSL 290.96º 0.75% 0.38% -
HSV(B) 290.96º 0.86% 0.67% -
XYZ 19.8 9.85 38.89 -
YUV 77.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 148 24 170 0.13 0.86 0 0.33 290.96 0.75 0.38
Hex 94 18 AA D 56 0 21 123 4B 26
Octal 224 30 252 15 126 0 41 443 113 46
Binary 10010100 11000 10101010 1101 1010110 0 100001 100100011 1001011 100110

Color Harmonies of #9418AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9418AA

Black with #9418AA

Text Example


Text Example

White with #9418AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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