Html Css Color HEX #9C56BD Deep Lilac

📋 copy color: '#9C56BD'

red 156 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #9C56BD

Tints of Deep Lilac #9C56BD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.95%

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

R = 36.19%
G = 19.95%
B = 43.85%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C56BD (or 0x9C56BD) is known color: Deep Lilac. HEX triplet: 9C, 56 and BD. RGB value is (156,86,189). Sum of RGB (Red+Green+Blue) = 156+86+189=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56BD is #63A942. Grayscale: #767676. Windows color (decimal): -6531395 or 12408476. OLE color: 12408476.

HSL color Cylindrical-coordinate representation of color #9C56BD: hue angle of 280.78º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C56BD is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 86 189 -
CMYK 0.17 0.54 0 0.26
HSL 280.78º 0.44% 0.54% -
HSV(B) 280.78º 0.54% 0.74% -
XYZ 26.22 17.4 50.12 -
YUV 118.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 156 86 189 0.17 0.54 0 0.26 280.78 0.44 0.54
Hex 9C 56 BD 11 36 0 1A 119 2C 36
Octal 234 126 275 21 66 0 32 431 54 66
Binary 10011100 1010110 10111101 10001 110110 0 11010 100011001 101100 110110

Color Harmonies of #9C56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56BD

Black with #9C56BD

Text Example


Text Example

White with #9C56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,189); }

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

background-color css

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

 a { background-color: rgb(156,86,189); }

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

border-color css

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

 span { border-color: rgb(156,86,189); }

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