Html Css Color HEX #9C60BE Deep Lilac

📋 copy color: '#9C60BE'

red 156 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #9C60BE

Tints of Deep Lilac #9C60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 35.29%
G = 21.72%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C60BE (or 0x9C60BE) is known color: Deep Lilac. HEX triplet: 9C, 60 and BE. RGB value is (156,96,190). Sum of RGB (Red+Green+Blue) = 156+96+190=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C60BE is #639F41. Grayscale: #7C7C7C. Windows color (decimal): -6528834 or 12476572. OLE color: 12476572.

HSL color Cylindrical-coordinate representation of color #9C60BE: hue angle of 278.3º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C60BE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 96 190 -
CMYK 0.18 0.49 0 0.25
HSL 278.3º 0.42% 0.56% -
HSV(B) 278.3º 0.49% 0.75% -
XYZ 27.19 19.15 50.98 -
YUV 124.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 156 96 190 0.18 0.49 0 0.25 278.3 0.42 0.56
Hex 9C 60 BE 12 31 0 19 116 2A 38
Octal 234 140 276 22 61 0 31 426 52 70
Binary 10011100 1100000 10111110 10010 110001 0 11001 100010110 101010 111000

Color Harmonies of #9C60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C60BE

Black with #9C60BE

Text Example


Text Example

White with #9C60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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