Html Css Color HEX #9C61AC Deep Lilac

📋 copy color: '#9C61AC'

red 156 ◦ green 97 ◦ blue 172

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

Shades of Deep Lilac #9C61AC

Tints of Deep Lilac #9C61AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

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

R = 36.71%
G = 22.82%
B = 40.47%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C61AC (or 0x9C61AC) is known color: Deep Lilac. HEX triplet: 9C, 61 and AC. RGB value is (156,97,172). Sum of RGB (Red+Green+Blue) = 156+97+172=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C61AC is #639E53. Grayscale: #7A7A7A. Windows color (decimal): -6528596 or 11297180. OLE color: 11297180.

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

Color convert

RGB 156 97 172 -
CMYK 0.09 0.44 0 0.33
HSL 287.2º 0.31% 0.53% -
HSV(B) 287.2º 0.44% 0.67% -
XYZ 25.43 18.6 41.28 -
YUV 123.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 156 97 172 0.09 0.44 0 0.33 287.2 0.31 0.53
Hex 9C 61 AC 9 2C 0 21 11F 1F 35
Octal 234 141 254 11 54 0 41 437 37 65
Binary 10011100 1100001 10101100 1001 101100 0 100001 100011111 11111 110101

Color Harmonies of #9C61AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C61AC

Black with #9C61AC

Text Example


Text Example

White with #9C61AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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