Html Css Color HEX #9010AA Dark Magenta

📋 copy color: '#9010AA'

red 144 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #9010AA

Tints of Dark Magenta #9010AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 43.64%
G = 4.85%
B = 51.52%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9010AA (or 0x9010AA) is known color: Dark Magenta. HEX triplet: 90, 10 and AA. RGB value is (144,16,170). Sum of RGB (Red+Green+Blue) = 144+16+170=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #9010AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AA is #6FEF55. Grayscale: #474747. Windows color (decimal): -7335766 or 11145360. OLE color: 11145360.

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

Color convert

RGB 144 16 170 -
CMYK 0.15 0.91 0 0.33
HSL 289.87º 0.83% 0.36% -
HSV(B) 289.87º 0.91% 0.67% -
XYZ 18.94 9.2 38.81 -
YUV 71.83 183.41 179.48 -
System Red Green Blue C M Y K H S L
Decimal 144 16 170 0.15 0.91 0 0.33 289.87 0.83 0.36
Hex 90 10 AA F 5B 0 21 122 53 24
Octal 220 20 252 17 133 0 41 442 123 44
Binary 10010000 10000 10101010 1111 1011011 0 100001 100100010 1010011 100100

Color Harmonies of #9010AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010AA

Black with #9010AA

Text Example


Text Example

White with #9010AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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