Html Css Color HEX #9A0CAE Dark Magenta

📋 copy color: '#9A0CAE'

red 154 ◦ green 12 ◦ blue 174

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

Shades of Dark Magenta #9A0CAE

Tints of Dark Magenta #9A0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.53%

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

R = 45.29%
G = 3.53%
B = 51.18%

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

#9A0CAE (or 0x9A0CAE) is known color: Dark Magenta. HEX triplet: 9A, 0C and AE. RGB value is (154,12,174). Sum of RGB (Red+Green+Blue) = 154+12+174=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A0CAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0CAE is #65F351. Grayscale: #484848. Windows color (decimal): -6681426 or 11406490. OLE color: 11406490.

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

Color convert

RGB 154 12 174 -
CMYK 0.11 0.93 0 0.32
HSL 292.59º 0.87% 0.36% -
HSV(B) 292.59º 0.93% 0.68% -
XYZ 21.1 10.19 40.9 -
YUV 72.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 154 12 174 0.11 0.93 0 0.32 292.59 0.87 0.36
Hex 9A C AE B 5D 0 20 125 57 24
Octal 232 14 256 13 135 0 40 445 127 44
Binary 10011010 1100 10101110 1011 1011101 0 100000 100100101 1010111 100100

Color Harmonies of #9A0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0CAE

Black with #9A0CAE

Text Example


Text Example

White with #9A0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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