Html Css Color HEX #9D5DAE Deep Lilac

📋 copy color: '#9D5DAE'

red 157 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #9D5DAE

Tints of Deep Lilac #9D5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 37.03%
G = 21.93%
B = 41.04%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D5DAE (or 0x9D5DAE) is known color: Deep Lilac. HEX triplet: 9D, 5D and AE. RGB value is (157,93,174). Sum of RGB (Red+Green+Blue) = 157+93+174=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DAE is #62A251. Grayscale: #797979. Windows color (decimal): -6464082 or 11427229. OLE color: 11427229.

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

Color convert

RGB 157 93 174 -
CMYK 0.10 0.47 0 0.32
HSL 287.41º 0.33% 0.52% -
HSV(B) 287.41º 0.47% 0.68% -
XYZ 25.46 18.05 42.19 -
YUV 121.37 157.7 153.41 -
System Red Green Blue C M Y K H S L
Decimal 157 93 174 0.10 0.47 0 0.32 287.41 0.33 0.52
Hex 9D 5D AE A 2F 0 20 11F 21 34
Octal 235 135 256 12 57 0 40 437 41 64
Binary 10011101 1011101 10101110 1010 101111 0 100000 100011111 100001 110100

Color Harmonies of #9D5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5DAE

Black with #9D5DAE

Text Example


Text Example

White with #9D5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,93,174); }

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

background-color css

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

 a { background-color: rgb(157,93,174); }

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

border-color css

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

 span { border-color: rgb(157,93,174); }

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