Html Css Color HEX #9C5FAC Deep Lilac

📋 copy color: '#9C5FAC'

red 156 ◦ green 95 ◦ blue 172

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

Shades of Deep Lilac #9C5FAC

Tints of Deep Lilac #9C5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 36.88%
G = 22.46%
B = 40.66%

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

#9C5FAC (or 0x9C5FAC) is known color: Deep Lilac. HEX triplet: 9C, 5F and AC. RGB value is (156,95,172). Sum of RGB (Red+Green+Blue) = 156+95+172=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5FAC is #63A053. Grayscale: #797979. Windows color (decimal): -6529108 or 11296668. OLE color: 11296668.

HSL color Cylindrical-coordinate representation of color #9C5FAC: hue angle of 287.53º 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 #9C5FAC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 95 172 -
CMYK 0.09 0.45 0 0.33
HSL 287.53º 0.32% 0.52% -
HSV(B) 287.53º 0.45% 0.67% -
XYZ 25.25 18.23 41.22 -
YUV 122.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 156 95 172 0.09 0.45 0 0.33 287.53 0.32 0.52
Hex 9C 5F AC 9 2D 0 21 120 20 34
Octal 234 137 254 11 55 0 41 440 40 64
Binary 10011100 1011111 10101100 1001 101101 0 100001 100100000 100000 110100

Color Harmonies of #9C5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FAC

Black with #9C5FAC

Text Example


Text Example

White with #9C5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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