Html Css Color HEX #9C5EAC Deep Lilac

📋 copy color: '#9C5EAC'

red 156 ◦ green 94 ◦ blue 172

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

Shades of Deep Lilac #9C5EAC

Tints of Deep Lilac #9C5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

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

R = 36.97%
G = 22.27%
B = 40.76%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C5EAC (or 0x9C5EAC) is known color: Deep Lilac. HEX triplet: 9C, 5E and AC. RGB value is (156,94,172). Sum of RGB (Red+Green+Blue) = 156+94+172=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EAC is #63A153. Grayscale: #797979. Windows color (decimal): -6529364 or 11296412. OLE color: 11296412.

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

Color convert

RGB 156 94 172 -
CMYK 0.09 0.45 0 0.33
HSL 287.69º 0.32% 0.52% -
HSV(B) 287.69º 0.45% 0.67% -
XYZ 25.16 18.05 41.19 -
YUV 121.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 156 94 172 0.09 0.45 0 0.33 287.69 0.32 0.52
Hex 9C 5E AC 9 2D 0 21 120 20 34
Octal 234 136 254 11 55 0 41 440 40 64
Binary 10011100 1011110 10101100 1001 101101 0 100001 100100000 100000 110100

Color Harmonies of #9C5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5EAC

Black with #9C5EAC

Text Example


Text Example

White with #9C5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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