Html Css Color HEX #9A0AAE Dark Magenta

📋 copy color: '#9A0AAE'

red 154 ◦ green 10 ◦ blue 174

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

Shades of Dark Magenta #9A0AAE

Tints of Dark Magenta #9A0AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 45.56%
G = 2.96%
B = 51.48%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A0AAE (or 0x9A0AAE) is known color: Dark Magenta. HEX triplet: 9A, 0A and AE. RGB value is (154,10,174). Sum of RGB (Red+Green+Blue) = 154+10+174=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0AAE is #65F551. Grayscale: #474747. Windows color (decimal): -6681938 or 11405978. OLE color: 11405978.

HSL color Cylindrical-coordinate representation of color #9A0AAE: hue angle of 292.68º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0AAE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 10 174 -
CMYK 0.11 0.94 0 0.32
HSL 292.68º 0.89% 0.36% -
HSV(B) 292.68º 0.94% 0.68% -
XYZ 21.07 10.14 40.89 -
YUV 71.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 154 10 174 0.11 0.94 0 0.32 292.68 0.89 0.36
Hex 9A A AE B 5E 0 20 125 59 24
Octal 232 12 256 13 136 0 40 445 131 44
Binary 10011010 1010 10101110 1011 1011110 0 100000 100100101 1011001 100100

Color Harmonies of #9A0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0AAE

Black with #9A0AAE

Text Example


Text Example

White with #9A0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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