Html Css Color HEX #9E68BB Deep Lilac

📋 copy color: '#9E68BB'

red 158 ◦ green 104 ◦ blue 187

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

Shades of Deep Lilac #9E68BB

Tints of Deep Lilac #9E68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

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

R = 35.19%
G = 23.16%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E68BB (or 0x9E68BB) is known color: Deep Lilac. HEX triplet: 9E, 68 and BB. RGB value is (158,104,187). Sum of RGB (Red+Green+Blue) = 158+104+187=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68BB is #619744. Grayscale: #818181. Windows color (decimal): -6395717 or 12282014. OLE color: 12282014.

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

Color convert

RGB 158 104 187 -
CMYK 0.16 0.44 0 0.27
HSL 279.04º 0.38% 0.57% -
HSV(B) 279.04º 0.44% 0.73% -
XYZ 28.02 20.76 49.54 -
YUV 129.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 158 104 187 0.16 0.44 0 0.27 279.04 0.38 0.57
Hex 9E 68 BB 10 2C 0 1B 117 26 39
Octal 236 150 273 20 54 0 33 427 46 71
Binary 10011110 1101000 10111011 10000 101100 0 11011 100010111 100110 111001

Color Harmonies of #9E68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E68BB

Black with #9E68BB

Text Example


Text Example

White with #9E68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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