Html Css Color HEX #9E17AB Dark Magenta

📋 copy color: '#9E17AB'

red 158 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #9E17AB

Tints of Dark Magenta #9E17AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.53%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 44.89%
G = 6.53%
B = 48.58%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E17AB (or 0x9E17AB) is known color: Dark Magenta. HEX triplet: 9E, 17 and AB. RGB value is (158,23,171). Sum of RGB (Red+Green+Blue) = 158+23+171=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E17AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E17AB is #61E854. Grayscale: #4F4F4F. Windows color (decimal): -6416469 or 11212702. OLE color: 11212702.

HSL color Cylindrical-coordinate representation of color #9E17AB: hue angle of 294.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E17AB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 23 171 -
CMYK 0.08 0.87 0 0.33
HSL 294.73º 0.76% 0.38% -
HSV(B) 294.73º 0.87% 0.67% -
XYZ 21.76 10.82 39.47 -
YUV 80.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 158 23 171 0.08 0.87 0 0.33 294.73 0.76 0.38
Hex 9E 17 AB 8 57 0 21 127 4C 26
Octal 236 27 253 10 127 0 41 447 114 46
Binary 10011110 10111 10101011 1000 1010111 0 100001 100100111 1001100 100110

Color Harmonies of #9E17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E17AB

Black with #9E17AB

Text Example


Text Example

White with #9E17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,23,171); }

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

background-color css

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

 a { background-color: rgb(158,23,171); }

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

border-color css

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

 span { border-color: rgb(158,23,171); }

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