#9956BA

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

Shades of Deep Lilac #9956BA

Tints of Deep Lilac #9956BA

Color information

#9956BA (or 0x9956BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 56 and BA. RGB value is (153,86,186). Sum of RGB (Red+Green+Blue) = 153+86+186=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #9956BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956BA is #66A945. Grayscale: #757575. Windows color (decimal): -6728006 or 12211865. OLE color: 12211865.

HSL color Cylindrical-coordinate representation of color #9956BA: hue angle of 280.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9956BA is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15386186-
CMYK0.180.5400.27
HSL280.2º42.02%53.33%-
HSV(B)280.2º53.76%72.94%-
XYZ25.3316.9748.4-
YUV117.43166.7153.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=36%
G=20.24%
B=43.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153861860.180.5400.27280.242.0253.33
Hex9956BA123601B1182a35
Octal23112627222660334305265
Binary1001100110101101011101010010110110011011100011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9956BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9956BA; }

 p { color: rgb(153,86,186); }

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

<style>
 a { background-color: #9956BA; }

 a { background-color: rgb(153,86,186); }

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

<style>
 span { border-color: #9956BA; }

 span { border-color: rgb(153,86,186); }

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