Html Css Color HEX #9E3AAB Deep Lilac

📋 copy color: '#9E3AAB'

red 158 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #9E3AAB

Tints of Deep Lilac #9E3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.99%

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

R = 40.83%
G = 14.99%
B = 44.19%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E3AAB (or 0x9E3AAB) is known color: Deep Lilac. HEX triplet: 9E, 3A and AB. RGB value is (158,58,171). Sum of RGB (Red+Green+Blue) = 158+58+171=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3AAB is #61C554. Grayscale: #646464. Windows color (decimal): -6407509 or 11221662. OLE color: 11221662.

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

Color convert

RGB 158 58 171 -
CMYK 0.08 0.66 0 0.33
HSL 293.1º 0.49% 0.45% -
HSV(B) 293.1º 0.66% 0.67% -
XYZ 22.96 13.24 39.87 -
YUV 100.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 158 58 171 0.08 0.66 0 0.33 293.1 0.49 0.45
Hex 9E 3A AB 8 42 0 21 125 31 2D
Octal 236 72 253 10 102 0 41 445 61 55
Binary 10011110 111010 10101011 1000 1000010 0 100001 100100101 110001 101101

Color Harmonies of #9E3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3AAB

Black with #9E3AAB

Text Example


Text Example

White with #9E3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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