Html Css Color HEX #9E5DBD Deep Lilac

📋 copy color: '#9E5DBD'

red 158 ◦ green 93 ◦ blue 189

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

Shades of Deep Lilac #9E5DBD

Tints of Deep Lilac #9E5DBD

RGB

 RED value IS 158 (62.11% from 255) = 35.91%

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

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

R = 35.91%
G = 21.14%
B = 42.95%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E5DBD (or 0x9E5DBD) is known color: Deep Lilac. HEX triplet: 9E, 5D and BD. RGB value is (158,93,189). Sum of RGB (Red+Green+Blue) = 158+93+189=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DBD is #61A242. Grayscale: #7B7B7B. Windows color (decimal): -6398531 or 12410270. OLE color: 12410270.

HSL color Cylindrical-coordinate representation of color #9E5DBD: hue angle of 280.62º 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 #9E5DBD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 93 189 -
CMYK 0.16 0.51 0 0.26
HSL 280.63º 0.42% 0.55% -
HSV(B) 280.63º 0.51% 0.74% -
XYZ 27.2 18.77 50.33 -
YUV 123.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 158 93 189 0.16 0.51 0 0.26 280.63 0.42 0.55
Hex 9E 5D BD 10 33 0 1A 119 2A 37
Octal 236 135 275 20 63 0 32 431 52 67
Binary 10011110 1011101 10111101 10000 110011 0 11010 100011001 101010 110111

Color Harmonies of #9E5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DBD

Black with #9E5DBD

Text Example


Text Example

White with #9E5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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