Html Css Color HEX #9E5ABB Deep Lilac

📋 copy color: '#9E5ABB'

red 158 ◦ green 90 ◦ blue 187

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

Shades of Deep Lilac #9E5ABB

Tints of Deep Lilac #9E5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.99%

R = 36.32%
G = 20.69%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E5ABB (or 0x9E5ABB) is known color: Deep Lilac. HEX triplet: 9E, 5A and BB. RGB value is (158,90,187). Sum of RGB (Red+Green+Blue) = 158+90+187=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABB is #61A544. Grayscale: #797979. Windows color (decimal): -6399301 or 12278430. OLE color: 12278430.

HSL color Cylindrical-coordinate representation of color #9E5ABB: hue angle of 282.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E5ABB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 90 187 -
CMYK 0.16 0.52 0 0.27
HSL 282.06º 0.42% 0.54% -
HSV(B) 282.06º 0.52% 0.73% -
XYZ 26.73 18.17 49.11 -
YUV 121.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 158 90 187 0.16 0.52 0 0.27 282.06 0.42 0.54
Hex 9E 5A BB 10 34 0 1B 11A 2A 36
Octal 236 132 273 20 64 0 33 432 52 66
Binary 10011110 1011010 10111011 10000 110100 0 11011 100011010 101010 110110

Color Harmonies of #9E5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5ABB

Black with #9E5ABB

Text Example


Text Example

White with #9E5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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