Html Css Color HEX #9E12AE Dark Magenta

📋 copy color: '#9E12AE'

red 158 ◦ green 18 ◦ blue 174

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

Shades of Dark Magenta #9E12AE

Tints of Dark Magenta #9E12AE

RGB

 RED value IS 158 (62.11% from 255) = 45.14%

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

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

R = 45.14%
G = 5.14%
B = 49.71%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E12AE (or 0x9E12AE) is known color: Dark Magenta. HEX triplet: 9E, 12 and AE. RGB value is (158,18,174). Sum of RGB (Red+Green+Blue) = 158+18+174=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E12AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E12AE is #61ED51. Grayscale: #4D4D4D. Windows color (decimal): -6417746 or 11408030. OLE color: 11408030.

HSL color Cylindrical-coordinate representation of color #9E12AE: hue angle of 293.85º 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 #9E12AE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 18 174 -
CMYK 0.09 0.90 0 0.32
HSL 293.85º 0.81% 0.38% -
HSV(B) 293.85º 0.9% 0.68% -
XYZ 21.96 10.76 40.96 -
YUV 77.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 158 18 174 0.09 0.90 0 0.32 293.85 0.81 0.38
Hex 9E 12 AE 9 5A 0 20 126 51 26
Octal 236 22 256 11 132 0 40 446 121 46
Binary 10011110 10010 10101110 1001 1011010 0 100000 100100110 1010001 100110

Color Harmonies of #9E12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E12AE

Black with #9E12AE

Text Example


Text Example

White with #9E12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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