Html Css Color HEX #9E11AD Dark Magenta

📋 copy color: '#9E11AD'

red 158 ◦ green 17 ◦ blue 173

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

Shades of Dark Magenta #9E11AD

Tints of Dark Magenta #9E11AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 45.4%
G = 4.89%
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

#9E11AD (or 0x9E11AD) is known color: Dark Magenta. HEX triplet: 9E, 11 and AD. RGB value is (158,17,173). Sum of RGB (Red+Green+Blue) = 158+17+173=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E11AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E11AD is #61EE52. Grayscale: #4C4C4C. Windows color (decimal): -6418003 or 11342238. OLE color: 11342238.

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

Color convert

RGB 158 17 173 -
CMYK 0.09 0.90 0 0.32
HSL 294.23º 0.82% 0.37% -
HSV(B) 294.23º 0.9% 0.68% -
XYZ 21.84 10.69 40.45 -
YUV 76.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 158 17 173 0.09 0.90 0 0.32 294.23 0.82 0.37
Hex 9E 11 AD 9 5A 0 20 126 52 25
Octal 236 21 255 11 132 0 40 446 122 45
Binary 10011110 10001 10101101 1001 1011010 0 100000 100100110 1010010 100101

Color Harmonies of #9E11AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11AD

Black with #9E11AD

Text Example


Text Example

White with #9E11AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,173); }

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

background-color css

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

 a { background-color: rgb(158,17,173); }

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

border-color css

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

 span { border-color: rgb(158,17,173); }

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