Html Css Color HEX #9C56C1 Deep Lilac

📋 copy color: '#9C56C1'

red 156 ◦ green 86 ◦ blue 193

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

Shades of Deep Lilac #9C56C1

Tints of Deep Lilac #9C56C1

RGB

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

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

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

R = 35.86%
G = 19.77%
B = 44.37%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9C56C1 (or 0x9C56C1) is known color: Deep Lilac. HEX triplet: 9C, 56 and C1. RGB value is (156,86,193). Sum of RGB (Red+Green+Blue) = 156+86+193=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C56C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56C1 is #63A93E. Grayscale: #767676. Windows color (decimal): -6531391 or 12670620. OLE color: 12670620.

HSL color Cylindrical-coordinate representation of color #9C56C1: hue angle of 279.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C56C1 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 86 193 -
CMYK 0.19 0.55 0 0.24
HSL 279.25º 0.46% 0.55% -
HSV(B) 279.25º 0.55% 0.76% -
XYZ 26.66 17.57 52.44 -
YUV 119.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 156 86 193 0.19 0.55 0 0.24 279.25 0.46 0.55
Hex 9C 56 C1 13 37 0 18 117 2E 37
Octal 234 126 301 23 67 0 30 427 56 67
Binary 10011100 1010110 11000001 10011 110111 0 11000 100010111 101110 110111

Color Harmonies of #9C56C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56C1

Black with #9C56C1

Text Example


Text Example

White with #9C56C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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