Html Css Color HEX #9C60C0 Deep Lilac

📋 copy color: '#9C60C0'

red 156 ◦ green 96 ◦ blue 192

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

Shades of Deep Lilac #9C60C0

Tints of Deep Lilac #9C60C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 35.14%
G = 21.62%
B = 43.24%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C60C0 (or 0x9C60C0) is known color: Deep Lilac. HEX triplet: 9C, 60 and C0. RGB value is (156,96,192). Sum of RGB (Red+Green+Blue) = 156+96+192=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C60C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60C0 is #639F3F. Grayscale: #7C7C7C. Windows color (decimal): -6528832 or 12607644. OLE color: 12607644.

HSL color Cylindrical-coordinate representation of color #9C60C0: hue angle of 277.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C60C0 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 96 192 -
CMYK 0.19 0.50 0 0.25
HSL 277.5º 0.43% 0.56% -
HSV(B) 277.5º 0.5% 0.75% -
XYZ 27.41 19.24 52.14 -
YUV 124.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 156 96 192 0.19 0.50 0 0.25 277.5 0.43 0.56
Hex 9C 60 C0 13 32 0 19 116 2B 38
Octal 234 140 300 23 62 0 31 426 53 70
Binary 10011100 1100000 11000000 10011 110010 0 11001 100010110 101011 111000

Color Harmonies of #9C60C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60C0

Black with #9C60C0

Text Example


Text Example

White with #9C60C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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