Html Css Color HEX #9C55AC Deep Lilac

📋 copy color: '#9C55AC'

red 156 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9C55AC

Tints of Deep Lilac #9C55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 37.77%
G = 20.58%
B = 41.65%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C55AC (or 0x9C55AC) is known color: Deep Lilac. HEX triplet: 9C, 55 and AC. RGB value is (156,85,172). Sum of RGB (Red+Green+Blue) = 156+85+172=413 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.77% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C55AC is #63AA53. Grayscale: #737373. Windows color (decimal): -6531668 or 11294108. OLE color: 11294108.

HSL color Cylindrical-coordinate representation of color #9C55AC: hue angle of 288.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C55AC is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 85 172 -
CMYK 0.09 0.51 0 0.33
HSL 288.97º 0.34% 0.5% -
HSV(B) 288.97º 0.51% 0.67% -
XYZ 24.41 16.54 40.94 -
YUV 116.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 156 85 172 0.09 0.51 0 0.33 288.97 0.34 0.5
Hex 9C 55 AC 9 33 0 21 121 22 32
Octal 234 125 254 11 63 0 41 441 42 62
Binary 10011100 1010101 10101100 1001 110011 0 100001 100100001 100010 110010

Color Harmonies of #9C55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55AC

Black with #9C55AC

Text Example


Text Example

White with #9C55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,172); }

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

background-color css

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

 a { background-color: rgb(156,85,172); }

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

border-color css

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

 span { border-color: rgb(156,85,172); }

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