Html Css Color HEX #9D5DBF Deep Lilac

📋 copy color: '#9D5DBF'

red 157 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #9D5DBF

Tints of Deep Lilac #9D5DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 35.6%
G = 21.09%
B = 43.31%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D5DBF (or 0x9D5DBF) is known color: Deep Lilac. HEX triplet: 9D, 5D and BF. RGB value is (157,93,191). Sum of RGB (Red+Green+Blue) = 157+93+191=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DBF is #62A240. Grayscale: #7A7A7A. Windows color (decimal): -6464065 or 12541341. OLE color: 12541341.

HSL color Cylindrical-coordinate representation of color #9D5DBF: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D5DBF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 93 191 -
CMYK 0.18 0.51 0 0.25
HSL 279.18º 0.43% 0.56% -
HSV(B) 279.18º 0.51% 0.75% -
XYZ 27.22 18.76 51.48 -
YUV 123.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 157 93 191 0.18 0.51 0 0.25 279.18 0.43 0.56
Hex 9D 5D BF 12 33 0 19 117 2B 38
Octal 235 135 277 22 63 0 31 427 53 70
Binary 10011101 1011101 10111111 10010 110011 0 11001 100010111 101011 111000

Color Harmonies of #9D5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5DBF

Black with #9D5DBF

Text Example


Text Example

White with #9D5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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