Html Css Color HEX #9A0AAA Dark Magenta

📋 copy color: '#9A0AAA'

red 154 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #9A0AAA

Tints of Dark Magenta #9A0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.99%

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

R = 46.11%
G = 2.99%
B = 50.9%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A0AAA (or 0x9A0AAA) is known color: Dark Magenta. HEX triplet: 9A, 0A and AA. RGB value is (154,10,170). Sum of RGB (Red+Green+Blue) = 154+10+170=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AAA is #65F555. Grayscale: #464646. Windows color (decimal): -6681942 or 11143834. OLE color: 11143834.

HSL color Cylindrical-coordinate representation of color #9A0AAA: hue angle of 294º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AAA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 10 170 -
CMYK 0.09 0.94 0 0.33
HSL 294º 0.89% 0.35% -
HSV(B) 294º 0.94% 0.67% -
XYZ 20.69 9.99 38.87 -
YUV 71.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 154 10 170 0.09 0.94 0 0.33 294 0.89 0.35
Hex 9A A AA 9 5E 0 21 126 59 23
Octal 232 12 252 11 136 0 41 446 131 43
Binary 10011010 1010 10101010 1001 1011110 0 100001 100100110 1011001 100011

Color Harmonies of #9A0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0AAA

Black with #9A0AAA

Text Example


Text Example

White with #9A0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,10,170); }

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

background-color css

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

 a { background-color: rgb(154,10,170); }

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

border-color css

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

 span { border-color: rgb(154,10,170); }

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