Html Css Color HEX #9A0DAE Dark Magenta

📋 copy color: '#9A0DAE'

red 154 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #9A0DAE

Tints of Dark Magenta #9A0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.81%

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

R = 45.16%
G = 3.81%
B = 51.03%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A0DAE (or 0x9A0DAE) is known color: Dark Magenta. HEX triplet: 9A, 0D and AE. RGB value is (154,13,174). Sum of RGB (Red+Green+Blue) = 154+13+174=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0DAE is #65F251. Grayscale: #494949. Windows color (decimal): -6681170 or 11406746. OLE color: 11406746.

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

Color convert

RGB 154 13 174 -
CMYK 0.11 0.93 0 0.32
HSL 292.55º 0.86% 0.37% -
HSV(B) 292.55º 0.93% 0.68% -
XYZ 21.11 10.21 40.9 -
YUV 73.51 184.71 185.41 -
System Red Green Blue C M Y K H S L
Decimal 154 13 174 0.11 0.93 0 0.32 292.55 0.86 0.37
Hex 9A D AE B 5D 0 20 125 56 25
Octal 232 15 256 13 135 0 40 445 126 45
Binary 10011010 1101 10101110 1011 1011101 0 100000 100100101 1010110 100101

Color Harmonies of #9A0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0DAE

Black with #9A0DAE

Text Example


Text Example

White with #9A0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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