Html Css Color HEX #9A01AE Dark Magenta

📋 copy color: '#9A01AE'

red 154 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #9A01AE

Tints of Dark Magenta #9A01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 46.81%
G = 0.3%
B = 52.89%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A01AE (or 0x9A01AE) is known color: Dark Magenta. HEX triplet: 9A, 01 and AE. RGB value is (154,1,174). Sum of RGB (Red+Green+Blue) = 154+1+174=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A01AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A01AE is #65FE51. Grayscale: #414141. Windows color (decimal): -6684242 or 11403674. OLE color: 11403674.

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

Color convert

RGB 154 1 174 -
CMYK 0.11 0.99 0 0.32
HSL 293.06º 0.99% 0.34% -
HSV(B) 293.06º 0.99% 0.68% -
XYZ 20.98 9.95 40.86 -
YUV 66.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 154 1 174 0.11 0.99 0 0.32 293.06 0.99 0.34
Hex 9A 1 AE B 63 0 20 125 63 22
Octal 232 1 256 13 143 0 40 445 143 42
Binary 10011010 1 10101110 1011 1100011 0 100000 100100101 1100011 100010

Color Harmonies of #9A01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A01AE

Black with #9A01AE

Text Example


Text Example

White with #9A01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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