Html Css Color HEX #9E5DBE Deep Lilac

📋 copy color: '#9E5DBE'

red 158 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #9E5DBE

Tints of Deep Lilac #9E5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 35.83%
G = 21.09%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E5DBE (or 0x9E5DBE) is known color: Deep Lilac. HEX triplet: 9E, 5D and BE. RGB value is (158,93,190). Sum of RGB (Red+Green+Blue) = 158+93+190=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DBE is #61A241. Grayscale: #7B7B7B. Windows color (decimal): -6398530 or 12475806. OLE color: 12475806.

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

Color convert

RGB 158 93 190 -
CMYK 0.17 0.51 0 0.25
HSL 280.21º 0.43% 0.55% -
HSV(B) 280.21º 0.51% 0.75% -
XYZ 27.31 18.82 50.91 -
YUV 123.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 158 93 190 0.17 0.51 0 0.25 280.21 0.43 0.55
Hex 9E 5D BE 11 33 0 19 118 2B 37
Octal 236 135 276 21 63 0 31 430 53 67
Binary 10011110 1011101 10111110 10001 110011 0 11001 100011000 101011 110111

Color Harmonies of #9E5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5DBE

Black with #9E5DBE

Text Example


Text Example

White with #9E5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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