Html Css Color HEX #9C5EBF Deep Lilac

📋 copy color: '#9C5EBF'

red 156 ◦ green 94 ◦ blue 191

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

Shades of Deep Lilac #9C5EBF

Tints of Deep Lilac #9C5EBF

RGB

 RED value IS 156 (61.33% from 255) = 35.37%

 GREEN value IS 94 (37.11% from 255) = 21.32%

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

R = 35.37%
G = 21.32%
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

#9C5EBF (or 0x9C5EBF) is known color: Deep Lilac. HEX triplet: 9C, 5E and BF. RGB value is (156,94,191). Sum of RGB (Red+Green+Blue) = 156+94+191=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 94 (37.11% from 255 or 21.32% 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 #9C5EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5EBF is #63A140. Grayscale: #7B7B7B. Windows color (decimal): -6529345 or 12541596. OLE color: 12541596.

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

Color convert

RGB 156 94 191 -
CMYK 0.18 0.51 0 0.25
HSL 278.35º 0.43% 0.56% -
HSV(B) 278.35º 0.51% 0.75% -
XYZ 27.12 18.83 51.5 -
YUV 123.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 156 94 191 0.18 0.51 0 0.25 278.35 0.43 0.56
Hex 9C 5E BF 12 33 0 19 116 2B 38
Octal 234 136 277 22 63 0 31 426 53 70
Binary 10011100 1011110 10111111 10010 110011 0 11001 100010110 101011 111000

Color Harmonies of #9C5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EBF

Black with #9C5EBF

Text Example


Text Example

White with #9C5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,191); }

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

background-color css

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

 a { background-color: rgb(156,94,191); }

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

border-color css

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

 span { border-color: rgb(156,94,191); }

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