Html Css Color HEX #9C48AC Deep Lilac

📋 copy color: '#9C48AC'

red 156 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #9C48AC

Tints of Deep Lilac #9C48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 39%
G = 18%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C48AC (or 0x9C48AC) is known color: Deep Lilac. HEX triplet: 9C, 48 and AC. RGB value is (156,72,172). Sum of RGB (Red+Green+Blue) = 156+72+172=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C48AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C48AC is #63B753. Grayscale: #6C6C6C. Windows color (decimal): -6534996 or 11290780. OLE color: 11290780.

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

Color convert

RGB 156 72 172 -
CMYK 0.09 0.58 0 0.33
HSL 290.4º 0.41% 0.48% -
HSV(B) 290.4º 0.58% 0.67% -
XYZ 23.47 14.68 40.63 -
YUV 108.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 156 72 172 0.09 0.58 0 0.33 290.4 0.41 0.48
Hex 9C 48 AC 9 3A 0 21 122 29 30
Octal 234 110 254 11 72 0 41 442 51 60
Binary 10011100 1001000 10101100 1001 111010 0 100001 100100010 101001 110000

Color Harmonies of #9C48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C48AC

Black with #9C48AC

Text Example


Text Example

White with #9C48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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