Html Css Color HEX #9A18AC Dark Magenta

📋 copy color: '#9A18AC'

red 154 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #9A18AC

Tints of Dark Magenta #9A18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 44%
G = 6.86%
B = 49.14%

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

#9A18AC (or 0x9A18AC) is known color: Dark Magenta. HEX triplet: 9A, 18 and AC. RGB value is (154,24,172). Sum of RGB (Red+Green+Blue) = 154+24+172=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A18AC is #65E753. Grayscale: #4F4F4F. Windows color (decimal): -6678356 or 11278490. OLE color: 11278490.

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

Color convert

RGB 154 24 172 -
CMYK 0.10 0.86 0 0.33
HSL 292.7º 0.76% 0.38% -
HSV(B) 292.7º 0.86% 0.67% -
XYZ 21.1 10.5 39.94 -
YUV 79.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 154 24 172 0.10 0.86 0 0.33 292.7 0.76 0.38
Hex 9A 18 AC A 56 0 21 125 4C 26
Octal 232 30 254 12 126 0 41 445 114 46
Binary 10011010 11000 10101100 1010 1010110 0 100001 100100101 1001100 100110

Color Harmonies of #9A18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A18AC

Black with #9A18AC

Text Example


Text Example

White with #9A18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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