#9C61BC

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

Shades of Deep Lilac #9C61BC

Tints of Deep Lilac #9C61BC

Color information

#9C61BC (or 0x9C61BC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 61 and BC. RGB value is (156,97,188). Sum of RGB (Red+Green+Blue) = 156+97+188=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C61BC is #639E43. Grayscale: #7C7C7C. Windows color (decimal): -6528580 or 12345756. OLE color: 12345756.

HSL color Cylindrical-coordinate representation of color #9C61BC: hue angle of 278.9º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C61BC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15697188-
CMYK0.170.4800.26
HSL278.9º40.44%55.88%-
HSV(B)278.9º48.4%73.73%-
XYZ27.0619.2549.87-
YUV125.02163.55150.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=35.37%
G=22.00%
B=42.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156971880.170.4800.26278.940.4455.88
Hex9C61BC113001A1172838
Octal23414127421600324275070
Binary1001110011000011011110010001110000011010100010111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C61BC;
 }
 .AnyTagClassName
 {
   color: #9C61BC;
 }
</style>
background-color css

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

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

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

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

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

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