Html Css Color HEX #9D5EB9 Deep Lilac

📋 copy color: '#9D5EB9'

red 157 ◦ green 94 ◦ blue 185

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

Shades of Deep Lilac #9D5EB9

Tints of Deep Lilac #9D5EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.43%

R = 36.01%
G = 21.56%
B = 42.43%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D5EB9 (or 0x9D5EB9) is known color: Deep Lilac. HEX triplet: 9D, 5E and B9. RGB value is (157,94,185). Sum of RGB (Red+Green+Blue) = 157+94+185=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D5EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5EB9 is #62A146. Grayscale: #7A7A7A. Windows color (decimal): -6463815 or 12148381. OLE color: 12148381.

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

Color convert

RGB 157 94 185 -
CMYK 0.15 0.49 0 0.27
HSL 281.54º 0.39% 0.55% -
HSV(B) 281.54º 0.49% 0.73% -
XYZ 26.66 18.68 48.1 -
YUV 123.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 157 94 185 0.15 0.49 0 0.27 281.54 0.39 0.55
Hex 9D 5E B9 F 31 0 1B 11A 27 37
Octal 235 136 271 17 61 0 33 432 47 67
Binary 10011101 1011110 10111001 1111 110001 0 11011 100011010 100111 110111

Color Harmonies of #9D5EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5EB9

Black with #9D5EB9

Text Example


Text Example

White with #9D5EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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