Html Css Color HEX #9E5CAF Deep Lilac

📋 copy color: '#9E5CAF'

red 158 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #9E5CAF

Tints of Deep Lilac #9E5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

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

R = 37.18%
G = 21.65%
B = 41.18%

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

#9E5CAF (or 0x9E5CAF) is known color: Deep Lilac. HEX triplet: 9E, 5C and AF. RGB value is (158,92,175). Sum of RGB (Red+Green+Blue) = 158+92+175=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5CAF is #61A350. Grayscale: #787878. Windows color (decimal): -6398801 or 11492510. OLE color: 11492510.

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

Color convert

RGB 158 92 175 -
CMYK 0.10 0.47 0 0.31
HSL 287.71º 0.34% 0.52% -
HSV(B) 287.71º 0.47% 0.69% -
XYZ 25.67 18.02 42.68 -
YUV 121.2 158.37 154.25 -
System Red Green Blue C M Y K H S L
Decimal 158 92 175 0.10 0.47 0 0.31 287.71 0.34 0.52
Hex 9E 5C AF A 2F 0 1F 120 22 34
Octal 236 134 257 12 57 0 37 440 42 64
Binary 10011110 1011100 10101111 1010 101111 0 11111 100100000 100010 110100

Color Harmonies of #9E5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CAF

Black with #9E5CAF

Text Example


Text Example

White with #9E5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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