Html Css Color HEX #9E10AB Dark Magenta

📋 copy color: '#9E10AB'

red 158 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #9E10AB

Tints of Dark Magenta #9E10AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 45.8%
G = 4.64%
B = 49.57%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E10AB (or 0x9E10AB) is known color: Dark Magenta. HEX triplet: 9E, 10 and AB. RGB value is (158,16,171). Sum of RGB (Red+Green+Blue) = 158+16+171=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E10AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E10AB is #61EF54. Grayscale: #4B4B4B. Windows color (decimal): -6418261 or 11210910. OLE color: 11210910.

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

Color convert

RGB 158 16 171 -
CMYK 0.08 0.91 0 0.33
HSL 294.97º 0.83% 0.37% -
HSV(B) 294.97º 0.91% 0.67% -
XYZ 21.64 10.58 39.43 -
YUV 76.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 158 16 171 0.08 0.91 0 0.33 294.97 0.83 0.37
Hex 9E 10 AB 8 5B 0 21 127 53 25
Octal 236 20 253 10 133 0 41 447 123 45
Binary 10011110 10000 10101011 1000 1011011 0 100001 100100111 1010011 100101

Color Harmonies of #9E10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10AB

Black with #9E10AB

Text Example


Text Example

White with #9E10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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