Html Css Color HEX #9D5EAD Deep Lilac

📋 copy color: '#9D5EAD'

red 157 ◦ green 94 ◦ blue 173

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

Shades of Deep Lilac #9D5EAD

Tints of Deep Lilac #9D5EAD

RGB

 RED value IS 157 (61.72% from 255) = 37.03%

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

 BLUE value IS 173 (67.97% from 255) = 40.8%

R = 37.03%
G = 22.17%
B = 40.8%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D5EAD (or 0x9D5EAD) is known color: Deep Lilac. HEX triplet: 9D, 5E and AD. RGB value is (157,94,173). Sum of RGB (Red+Green+Blue) = 157+94+173=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5EAD is #62A152. Grayscale: #797979. Windows color (decimal): -6463827 or 11361949. OLE color: 11361949.

HSL color Cylindrical-coordinate representation of color #9D5EAD: hue angle of 287.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5EAD is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 94 173 -
CMYK 0.09 0.46 0 0.32
HSL 287.85º 0.33% 0.52% -
HSV(B) 287.85º 0.46% 0.68% -
XYZ 25.45 18.19 41.7 -
YUV 121.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 157 94 173 0.09 0.46 0 0.32 287.85 0.33 0.52
Hex 9D 5E AD 9 2E 0 20 120 21 34
Octal 235 136 255 11 56 0 40 440 41 64
Binary 10011101 1011110 10101101 1001 101110 0 100000 100100000 100001 110100

Color Harmonies of #9D5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5EAD

Black with #9D5EAD

Text Example


Text Example

White with #9D5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,94,173); }

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

background-color css

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

 a { background-color: rgb(157,94,173); }

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

border-color css

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

 span { border-color: rgb(157,94,173); }

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