Html Css Color HEX #9E5AAD Deep Lilac

📋 copy color: '#9E5AAD'

red 158 ◦ green 90 ◦ blue 173

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

Shades of Deep Lilac #9E5AAD

Tints of Deep Lilac #9E5AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

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

R = 37.53%
G = 21.38%
B = 41.09%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E5AAD (or 0x9E5AAD) is known color: Deep Lilac. HEX triplet: 9E, 5A and AD. RGB value is (158,90,173). Sum of RGB (Red+Green+Blue) = 158+90+173=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E5AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5AAD is #61A552. Grayscale: #777777. Windows color (decimal): -6399315 or 11360926. OLE color: 11360926.

HSL color Cylindrical-coordinate representation of color #9E5AAD: hue angle of 289.16º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E5AAD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 90 173 -
CMYK 0.09 0.48 0 0.32
HSL 289.16º 0.34% 0.52% -
HSV(B) 289.16º 0.48% 0.68% -
XYZ 25.3 17.6 41.6 -
YUV 119.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 158 90 173 0.09 0.48 0 0.32 289.16 0.34 0.52
Hex 9E 5A AD 9 30 0 20 121 22 34
Octal 236 132 255 11 60 0 40 441 42 64
Binary 10011110 1011010 10101101 1001 110000 0 100000 100100001 100010 110100

Color Harmonies of #9E5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AAD

Black with #9E5AAD

Text Example


Text Example

White with #9E5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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