Html Css Color HEX #9E5CBF Deep Lilac

📋 copy color: '#9E5CBF'

red 158 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #9E5CBF

Tints of Deep Lilac #9E5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.86%

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

R = 35.83%
G = 20.86%
B = 43.31%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E5CBF (or 0x9E5CBF) is known color: Deep Lilac. HEX triplet: 9E, 5C and BF. RGB value is (158,92,191). Sum of RGB (Red+Green+Blue) = 158+92+191=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 92 (36.33% from 255 or 20.86% 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 #9E5CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CBF is #61A340. Grayscale: #7A7A7A. Windows color (decimal): -6398785 or 12541086. OLE color: 12541086.

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

Color convert

RGB 158 92 191 -
CMYK 0.17 0.52 0 0.25
HSL 280º 0.44% 0.55% -
HSV(B) 280º 0.52% 0.75% -
XYZ 27.33 18.68 51.46 -
YUV 123.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 158 92 191 0.17 0.52 0 0.25 280 0.44 0.55
Hex 9E 5C BF 11 34 0 19 118 2C 37
Octal 236 134 277 21 64 0 31 430 54 67
Binary 10011110 1011100 10111111 10001 110100 0 11001 100011000 101100 110111

Color Harmonies of #9E5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CBF

Black with #9E5CBF

Text Example


Text Example

White with #9E5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,191); }

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

background-color css

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

 a { background-color: rgb(158,92,191); }

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

border-color css

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

 span { border-color: rgb(158,92,191); }

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