Html Css Color HEX #9A10AC Dark Magenta

📋 copy color: '#9A10AC'

red 154 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9A10AC

Tints of Dark Magenta #9A10AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.68%

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

R = 45.03%
G = 4.68%
B = 50.29%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A10AC (or 0x9A10AC) is known color: Dark Magenta. HEX triplet: 9A, 10 and AC. RGB value is (154,16,172). Sum of RGB (Red+Green+Blue) = 154+16+172=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A10AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A10AC is #65EF53. Grayscale: #4A4A4A. Windows color (decimal): -6680404 or 11276442. OLE color: 11276442.

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

Color convert

RGB 154 16 172 -
CMYK 0.10 0.91 0 0.33
HSL 293.08º 0.83% 0.37% -
HSV(B) 293.08º 0.91% 0.67% -
XYZ 20.96 10.22 39.9 -
YUV 75.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 154 16 172 0.10 0.91 0 0.33 293.08 0.83 0.37
Hex 9A 10 AC A 5B 0 21 125 53 25
Octal 232 20 254 12 133 0 41 445 123 45
Binary 10011010 10000 10101100 1010 1011011 0 100001 100100101 1010011 100101

Color Harmonies of #9A10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A10AC

Black with #9A10AC

Text Example


Text Example

White with #9A10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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