#9C51B9

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

Shades of Deep Lilac #9C51B9

Tints of Deep Lilac #9C51B9

Color information

#9C51B9 (or 0x9C51B9) is unknown color: approx Deep Lilac. HEX triplet: 9C, 51 and B9. RGB value is (156,81,185). Sum of RGB (Red+Green+Blue) = 156+81+185=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C51B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C51B9 is #63AE46. Grayscale: #727272. Windows color (decimal): -6532679 or 12145052. OLE color: 12145052.

HSL color Cylindrical-coordinate representation of color #9C51B9: hue angle of 283.27º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C51B9 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15681185-
CMYK0.160.5600.27
HSL283.27º42.62%52.16%-
HSV(B)283.27º56.22%72.55%-
XYZ25.4116.4647.74-
YUV115.28167.35157.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 81 (32.03% from 255) = 19.19%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=36.97%
G=19.19%
B=43.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156811850.160.5600.27283.2742.6252.16
Hex9C51B9103801B11b2b34
Octal23412127120700334335364
Binary1001110010100011011100110000111000011011100011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C51B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,185); }

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

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

 a { background-color: rgb(156,81,185); }

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

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

 span { border-color: rgb(156,81,185); }

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