Html Css Color HEX #9C60AF Deep Lilac

📋 copy color: '#9C60AF'

red 156 ◦ green 96 ◦ blue 175

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

Shades of Deep Lilac #9C60AF

Tints of Deep Lilac #9C60AF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 36.53%
G = 22.48%
B = 40.98%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C60AF (or 0x9C60AF) is known color: Deep Lilac. HEX triplet: 9C, 60 and AF. RGB value is (156,96,175). Sum of RGB (Red+Green+Blue) = 156+96+175=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C60AF is #639F50. Grayscale: #7A7A7A. Windows color (decimal): -6528849 or 11493532. OLE color: 11493532.

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

Color convert

RGB 156 96 175 -
CMYK 0.11 0.45 0 0.31
HSL 285.57º 0.33% 0.53% -
HSV(B) 285.57º 0.45% 0.69% -
XYZ 25.63 18.53 42.78 -
YUV 122.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 156 96 175 0.11 0.45 0 0.31 285.57 0.33 0.53
Hex 9C 60 AF B 2D 0 1F 11E 21 35
Octal 234 140 257 13 55 0 37 436 41 65
Binary 10011100 1100000 10101111 1011 101101 0 11111 100011110 100001 110101

Color Harmonies of #9C60AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60AF

Black with #9C60AF

Text Example


Text Example

White with #9C60AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,175); }

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

background-color css

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

 a { background-color: rgb(156,96,175); }

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

border-color css

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

 span { border-color: rgb(156,96,175); }

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