#9C60BE

Color #9C60BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9C60BE

Tints of Deep Lilac #9C60BE

Color information

#9C60BE (or 0x9C60BE) is unknown color: approx 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

RGB15696190-
CMYK0.180.4900.25
HSL278.3º41.96%56.08%-
HSV(B)278.3º49.47%74.51%-
XYZ27.1919.1550.98-
YUV124.66164.88150.36-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156961900.180.4900.25278.341.9656.08
Hex9C60BE12310191162a38
Octal23414027622610314265270
Binary1001110011000001011111010010110001011001100010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>