Html Css Color HEX #9E5DAF Deep Lilac

📋 copy color: '#9E5DAF'

red 158 ◦ green 93 ◦ blue 175

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

Shades of Deep Lilac #9E5DAF

Tints of Deep Lilac #9E5DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.08%

R = 37.09%
G = 21.83%
B = 41.08%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9E5DAF (or 0x9E5DAF) is known color: Deep Lilac. HEX triplet: 9E, 5D and AF. RGB value is (158,93,175). Sum of RGB (Red+Green+Blue) = 158+93+175=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5DAF is #61A250. Grayscale: #797979. Windows color (decimal): -6398545 or 11492766. OLE color: 11492766.

HSL color Cylindrical-coordinate representation of color #9E5DAF: hue angle of 287.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5DAF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 93 175 -
CMYK 0.10 0.47 0 0.31
HSL 287.56º 0.34% 0.53% -
HSV(B) 287.56º 0.47% 0.69% -
XYZ 25.75 18.19 42.71 -
YUV 121.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 158 93 175 0.10 0.47 0 0.31 287.56 0.34 0.53
Hex 9E 5D AF A 2F 0 1F 120 22 35
Octal 236 135 257 12 57 0 37 440 42 65
Binary 10011110 1011101 10101111 1010 101111 0 11111 100100000 100010 110101

Color Harmonies of #9E5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DAF

Black with #9E5DAF

Text Example


Text Example

White with #9E5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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