Html Css Color HEX #9D5DBD Deep Lilac

📋 copy color: '#9D5DBD'

red 157 ◦ green 93 ◦ blue 189

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

Shades of Deep Lilac #9D5DBD

Tints of Deep Lilac #9D5DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 35.76%
G = 21.18%
B = 43.05%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D5DBD (or 0x9D5DBD) is known color: Deep Lilac. HEX triplet: 9D, 5D and BD. RGB value is (157,93,189). Sum of RGB (Red+Green+Blue) = 157+93+189=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DBD is #62A242. Grayscale: #7A7A7A. Windows color (decimal): -6464067 or 12410269. OLE color: 12410269.

HSL color Cylindrical-coordinate representation of color #9D5DBD: hue angle of 280º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5DBD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 93 189 -
CMYK 0.17 0.51 0 0.26
HSL 280º 0.42% 0.55% -
HSV(B) 280º 0.51% 0.74% -
XYZ 27 18.67 50.32 -
YUV 123.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 157 93 189 0.17 0.51 0 0.26 280 0.42 0.55
Hex 9D 5D BD 11 33 0 1A 118 2A 37
Octal 235 135 275 21 63 0 32 430 52 67
Binary 10011101 1011101 10111101 10001 110011 0 11010 100011000 101010 110111

Color Harmonies of #9D5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5DBD

Black with #9D5DBD

Text Example


Text Example

White with #9D5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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