Html Css Color HEX #9A18AB Dark Magenta

📋 copy color: '#9A18AB'

red 154 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #9A18AB

Tints of Dark Magenta #9A18AB

RGB

 RED value IS 154 (60.55% from 255) = 44.13%

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

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

R = 44.13%
G = 6.88%
B = 49%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A18AB (or 0x9A18AB) is known color: Dark Magenta. HEX triplet: 9A, 18 and AB. RGB value is (154,24,171). Sum of RGB (Red+Green+Blue) = 154+24+171=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A18AB is #65E754. Grayscale: #4F4F4F. Windows color (decimal): -6678357 or 11212954. OLE color: 11212954.

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

Color convert

RGB 154 24 171 -
CMYK 0.10 0.86 0 0.33
HSL 293.06º 0.75% 0.38% -
HSV(B) 293.06º 0.86% 0.67% -
XYZ 21 10.46 39.44 -
YUV 79.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 154 24 171 0.10 0.86 0 0.33 293.06 0.75 0.38
Hex 9A 18 AB A 56 0 21 125 4B 26
Octal 232 30 253 12 126 0 41 445 113 46
Binary 10011010 11000 10101011 1010 1010110 0 100001 100100101 1001011 100110

Color Harmonies of #9A18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A18AB

Black with #9A18AB

Text Example


Text Example

White with #9A18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A18AB; }

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

 H1.HeaderClassName
 {
   color: #9A18AB;
 }
 .AnyTagClassName
 {
   color: #9A18AB;
 }
</style>

background-color css

<style>
 a { background-color: #9A18AB; }

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

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

border-color css

<style>
 span { border-color: #9A18AB; }

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

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