Html Css Color HEX #9A14AC Dark Magenta

📋 copy color: '#9A14AC'

red 154 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9A14AC

Tints of Dark Magenta #9A14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 44.51%
G = 5.78%
B = 49.71%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A14AC (or 0x9A14AC) is known color: Dark Magenta. HEX triplet: 9A, 14 and AC. RGB value is (154,20,172). Sum of RGB (Red+Green+Blue) = 154+20+172=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A14AC is #65EB53. Grayscale: #4C4C4C. Windows color (decimal): -6679380 or 11277466. OLE color: 11277466.

HSL color Cylindrical-coordinate representation of color #9A14AC: hue angle of 292.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A14AC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 20 172 -
CMYK 0.10 0.88 0 0.33
HSL 292.89º 0.79% 0.38% -
HSV(B) 292.89º 0.88% 0.67% -
XYZ 21.02 10.35 39.92 -
YUV 77.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 154 20 172 0.10 0.88 0 0.33 292.89 0.79 0.38
Hex 9A 14 AC A 58 0 21 125 4F 26
Octal 232 24 254 12 130 0 41 445 117 46
Binary 10011010 10100 10101100 1010 1011000 0 100001 100100101 1001111 100110

Color Harmonies of #9A14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A14AC

Black with #9A14AC

Text Example


Text Example

White with #9A14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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