Html Css Color HEX #9418AB Dark Magenta

📋 copy color: '#9418AB'

red 148 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #9418AB

Tints of Dark Magenta #9418AB

RGB

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

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

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

R = 43.15%
G = 7%
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

#9418AB (or 0x9418AB) is known color: Dark Magenta. HEX triplet: 94, 18 and AB. RGB value is (148,24,171). Sum of RGB (Red+Green+Blue) = 148+24+171=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #9418AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9418AB is #6BE754. Grayscale: #4D4D4D. Windows color (decimal): -7071573 or 11212948. OLE color: 11212948.

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

Color convert

RGB 148 24 171 -
CMYK 0.13 0.86 0 0.33
HSL 290.61º 0.75% 0.38% -
HSV(B) 290.61º 0.86% 0.67% -
XYZ 19.89 9.89 39.39 -
YUV 77.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 148 24 171 0.13 0.86 0 0.33 290.61 0.75 0.38
Hex 94 18 AB D 56 0 21 123 4B 26
Octal 224 30 253 15 126 0 41 443 113 46
Binary 10010100 11000 10101011 1101 1010110 0 100001 100100011 1001011 100110

Color Harmonies of #9418AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9418AB

Black with #9418AB

Text Example


Text Example

White with #9418AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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