Html Css Color HEX #9010AC Dark Magenta

📋 copy color: '#9010AC'

red 144 ◦ green 16 ◦ blue 172

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

Shades of Dark Magenta #9010AC

Tints of Dark Magenta #9010AC

RGB

 RED value IS 144 (56.64% from 255) = 43.37%

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

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

R = 43.37%
G = 4.82%
B = 51.81%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9010AC (or 0x9010AC) is known color: Dark Magenta. HEX triplet: 90, 10 and AC. RGB value is (144,16,172). Sum of RGB (Red+Green+Blue) = 144+16+172=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #9010AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AC is #6FEF53. Grayscale: #474747. Windows color (decimal): -7335764 or 11276432. OLE color: 11276432.

HSL color Cylindrical-coordinate representation of color #9010AC: hue angle of 289.23º 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 #9010AC is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 16 172 -
CMYK 0.16 0.91 0 0.33
HSL 289.23º 0.83% 0.37% -
HSV(B) 289.23º 0.91% 0.67% -
XYZ 19.13 9.28 39.81 -
YUV 72.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 144 16 172 0.16 0.91 0 0.33 289.23 0.83 0.37
Hex 90 10 AC 10 5B 0 21 121 53 25
Octal 220 20 254 20 133 0 41 441 123 45
Binary 10010000 10000 10101100 10000 1011011 0 100001 100100001 1010011 100101

Color Harmonies of #9010AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010AC

Black with #9010AC

Text Example


Text Example

White with #9010AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9010AC; }

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

 H1.HeaderClassName
 {
   color: #9010AC;
 }
 .AnyTagClassName
 {
   color: #9010AC;
 }
</style>

background-color css

<style>
 a { background-color: #9010AC; }

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

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

border-color css

<style>
 span { border-color: #9010AC; }

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

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