Html Css Color HEX #9E3DAB Deep Lilac

📋 copy color: '#9E3DAB'

red 158 ◦ green 61 ◦ blue 171

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

Shades of Deep Lilac #9E3DAB

Tints of Deep Lilac #9E3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.64%

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

R = 40.51%
G = 15.64%
B = 43.85%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E3DAB (or 0x9E3DAB) is known color: Deep Lilac. HEX triplet: 9E, 3D and AB. RGB value is (158,61,171). Sum of RGB (Red+Green+Blue) = 158+61+171=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3DAB is #61C254. Grayscale: #666666. Windows color (decimal): -6406741 or 11222430. OLE color: 11222430.

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

Color convert

RGB 158 61 171 -
CMYK 0.08 0.64 0 0.33
HSL 292.91º 0.47% 0.45% -
HSV(B) 292.91º 0.64% 0.67% -
XYZ 23.12 13.55 39.92 -
YUV 102.54 166.64 167.56 -
System Red Green Blue C M Y K H S L
Decimal 158 61 171 0.08 0.64 0 0.33 292.91 0.47 0.45
Hex 9E 3D AB 8 40 0 21 125 2F 2D
Octal 236 75 253 10 100 0 41 445 57 55
Binary 10011110 111101 10101011 1000 1000000 0 100001 100100101 101111 101101

Color Harmonies of #9E3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3DAB

Black with #9E3DAB

Text Example


Text Example

White with #9E3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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