Html Css Color HEX #9E5DBA Deep Lilac

📋 copy color: '#9E5DBA'

red 158 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #9E5DBA

Tints of Deep Lilac #9E5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.28%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 36.16%
G = 21.28%
B = 42.56%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E5DBA (or 0x9E5DBA) is known color: Deep Lilac. HEX triplet: 9E, 5D and BA. RGB value is (158,93,186). Sum of RGB (Red+Green+Blue) = 158+93+186=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DBA is #61A245. Grayscale: #7A7A7A. Windows color (decimal): -6398534 or 12213662. OLE color: 12213662.

HSL color Cylindrical-coordinate representation of color #9E5DBA: hue angle of 281.94º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E5DBA is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 93 186 -
CMYK 0.15 0.5 0 0.27
HSL 281.94º 0.4% 0.55% -
HSV(B) 281.94º 0.5% 0.73% -
XYZ 26.88 18.64 48.64 -
YUV 123.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 158 93 186 0.15 0.5 0 0.27 281.94 0.4 0.55
Hex 9E 5D BA F 32 0 1B 11A 28 37
Octal 236 135 272 17 62 0 33 432 50 67
Binary 10011110 1011101 10111010 1111 110010 0 11011 100011010 101000 110111

Color Harmonies of #9E5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DBA

Black with #9E5DBA

Text Example


Text Example

White with #9E5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,93,186); }

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

background-color css

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

 a { background-color: rgb(158,93,186); }

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

border-color css

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

 span { border-color: rgb(158,93,186); }

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