Html Css Color HEX #9E5BC1 Deep Lilac

📋 copy color: '#9E5BC1'

red 158 ◦ green 91 ◦ blue 193

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

Shades of Deep Lilac #9E5BC1

Tints of Deep Lilac #9E5BC1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 35.75%
G = 20.59%
B = 43.67%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E5BC1 (or 0x9E5BC1) is known color: Deep Lilac. HEX triplet: 9E, 5B and C1. RGB value is (158,91,193). Sum of RGB (Red+Green+Blue) = 158+91+193=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E5BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BC1 is #61A43E. Grayscale: #7A7A7A. Windows color (decimal): -6399039 or 12671902. OLE color: 12671902.

HSL color Cylindrical-coordinate representation of color #9E5BC1: hue angle of 279.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E5BC1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 91 193 -
CMYK 0.18 0.53 0 0.24
HSL 279.41º 0.45% 0.56% -
HSV(B) 279.41º 0.53% 0.76% -
XYZ 27.47 18.6 52.59 -
YUV 122.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 158 91 193 0.18 0.53 0 0.24 279.41 0.45 0.56
Hex 9E 5B C1 12 35 0 18 117 2D 38
Octal 236 133 301 22 65 0 30 427 55 70
Binary 10011110 1011011 11000001 10010 110101 0 11000 100010111 101101 111000

Color Harmonies of #9E5BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5BC1

Black with #9E5BC1

Text Example


Text Example

White with #9E5BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,91,193); }

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

background-color css

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

 a { background-color: rgb(158,91,193); }

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

border-color css

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

 span { border-color: rgb(158,91,193); }

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