Html Css Color HEX #9C40AC Deep Lilac

📋 copy color: '#9C40AC'

red 156 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9C40AC

Tints of Deep Lilac #9C40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

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

R = 39.8%
G = 16.33%
B = 43.88%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C40AC (or 0x9C40AC) is known color: Deep Lilac. HEX triplet: 9C, 40 and AC. RGB value is (156,64,172). Sum of RGB (Red+Green+Blue) = 156+64+172=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C40AC is #63BF53. Grayscale: #676767. Windows color (decimal): -6537044 or 11288732. OLE color: 11288732.

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

Color convert

RGB 156 64 172 -
CMYK 0.09 0.63 0 0.33
HSL 291.11º 0.46% 0.46% -
HSV(B) 291.11º 0.63% 0.67% -
XYZ 22.99 13.71 40.46 -
YUV 103.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 156 64 172 0.09 0.63 0 0.33 291.11 0.46 0.46
Hex 9C 40 AC 9 3F 0 21 123 2E 2E
Octal 234 100 254 11 77 0 41 443 56 56
Binary 10011100 1000000 10101100 1001 111111 0 100001 100100011 101110 101110

Color Harmonies of #9C40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C40AC

Black with #9C40AC

Text Example


Text Example

White with #9C40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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