Html Css Color HEX #9E5EBE Deep Lilac

📋 copy color: '#9E5EBE'

red 158 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #9E5EBE

Tints of Deep Lilac #9E5EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.27%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 35.75%
G = 21.27%
B = 42.99%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E5EBE (or 0x9E5EBE) is known color: Deep Lilac. HEX triplet: 9E, 5E and BE. RGB value is (158,94,190). Sum of RGB (Red+Green+Blue) = 158+94+190=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5EBE is #61A141. Grayscale: #7B7B7B. Windows color (decimal): -6398274 or 12476062. OLE color: 12476062.

HSL color Cylindrical-coordinate representation of color #9E5EBE: hue angle of 280º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E5EBE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 94 190 -
CMYK 0.17 0.51 0 0.25
HSL 280º 0.42% 0.56% -
HSV(B) 280º 0.51% 0.75% -
XYZ 27.4 18.99 50.94 -
YUV 124.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 158 94 190 0.17 0.51 0 0.25 280 0.42 0.56
Hex 9E 5E BE 11 33 0 19 118 2A 38
Octal 236 136 276 21 63 0 31 430 52 70
Binary 10011110 1011110 10111110 10001 110011 0 11001 100011000 101010 111000

Color Harmonies of #9E5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EBE

Black with #9E5EBE

Text Example


Text Example

White with #9E5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,190); }

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

background-color css

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

 a { background-color: rgb(158,94,190); }

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

border-color css

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

 span { border-color: rgb(158,94,190); }

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