Html Css Color HEX #9C56C8 Deep Lilac

📋 copy color: '#9C56C8'

red 156 ◦ green 86 ◦ blue 200

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

Shades of Deep Lilac #9C56C8

Tints of Deep Lilac #9C56C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.25%

R = 35.29%
G = 19.46%
B = 45.25%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9C56C8 (or 0x9C56C8) is known color: Deep Lilac. HEX triplet: 9C, 56 and C8. RGB value is (156,86,200). Sum of RGB (Red+Green+Blue) = 156+86+200=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C56C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C56C8 is #63A937. Grayscale: #777777. Windows color (decimal): -6531384 or 13129372. OLE color: 13129372.

HSL color Cylindrical-coordinate representation of color #9C56C8: hue angle of 276.84º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C56C8 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 86 200 -
CMYK 0.22 0.57 0 0.22
HSL 276.84º 0.51% 0.56% -
HSV(B) 276.84º 0.57% 0.78% -
XYZ 27.46 17.89 56.65 -
YUV 119.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 156 86 200 0.22 0.57 0 0.22 276.84 0.51 0.56
Hex 9C 56 C8 16 39 0 16 115 33 38
Octal 234 126 310 26 71 0 26 425 63 70
Binary 10011100 1010110 11001000 10110 111001 0 10110 100010101 110011 111000

Color Harmonies of #9C56C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C56C8

Black with #9C56C8

Text Example


Text Example

White with #9C56C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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