Html Css Color HEX #9C5CAC Deep Lilac

📋 copy color: '#9C5CAC'

red 156 ◦ green 92 ◦ blue 172

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

Shades of Deep Lilac #9C5CAC

Tints of Deep Lilac #9C5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.9%

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

R = 37.14%
G = 21.9%
B = 40.95%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C5CAC (or 0x9C5CAC) is known color: Deep Lilac. HEX triplet: 9C, 5C and AC. RGB value is (156,92,172). Sum of RGB (Red+Green+Blue) = 156+92+172=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5CAC is #63A353. Grayscale: #777777. Windows color (decimal): -6529876 or 11295900. OLE color: 11295900.

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

Color convert

RGB 156 92 172 -
CMYK 0.09 0.47 0 0.33
HSL 288º 0.33% 0.52% -
HSV(B) 288º 0.47% 0.67% -
XYZ 24.98 17.7 41.13 -
YUV 120.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 156 92 172 0.09 0.47 0 0.33 288 0.33 0.52
Hex 9C 5C AC 9 2F 0 21 120 21 34
Octal 234 134 254 11 57 0 41 440 41 64
Binary 10011100 1011100 10101100 1001 101111 0 100001 100100000 100001 110100

Color Harmonies of #9C5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5CAC

Black with #9C5CAC

Text Example


Text Example

White with #9C5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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