Html Css Color HEX #9C12AE Dark Magenta

📋 copy color: '#9C12AE'

red 156 ◦ green 18 ◦ blue 174

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

Shades of Dark Magenta #9C12AE

Tints of Dark Magenta #9C12AE

RGB

 RED value IS 156 (61.33% from 255) = 44.83%

 GREEN value IS 18 (7.42% from 255) = 5.17%

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

R = 44.83%
G = 5.17%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C12AE (or 0x9C12AE) is known color: Dark Magenta. HEX triplet: 9C, 12 and AE. RGB value is (156,18,174). Sum of RGB (Red+Green+Blue) = 156+18+174=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C12AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C12AE is #63ED51. Grayscale: #4C4C4C. Windows color (decimal): -6548818 or 11408028. OLE color: 11408028.

HSL color Cylindrical-coordinate representation of color #9C12AE: hue angle of 293.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C12AE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 18 174 -
CMYK 0.10 0.90 0 0.32
HSL 293.08º 0.81% 0.38% -
HSV(B) 293.08º 0.9% 0.68% -
XYZ 21.57 10.56 40.95 -
YUV 77.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 156 18 174 0.10 0.90 0 0.32 293.08 0.81 0.38
Hex 9C 12 AE A 5A 0 20 125 51 26
Octal 234 22 256 12 132 0 40 445 121 46
Binary 10011100 10010 10101110 1010 1011010 0 100000 100100101 1010001 100110

Color Harmonies of #9C12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C12AE

Black with #9C12AE

Text Example


Text Example

White with #9C12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,18,174); }

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

background-color css

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

 a { background-color: rgb(156,18,174); }

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

border-color css

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

 span { border-color: rgb(156,18,174); }

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