#9560BD

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

Shades of Deep Lilac #9560BD

Tints of Deep Lilac #9560BD

Color information

#9560BD (or 0x9560BD) is unknown color: approx Deep Lilac. HEX triplet: 95, 60 and BD. RGB value is (149,96,189). Sum of RGB (Red+Green+Blue) = 149+96+189=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9560BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560BD is #6A9F42. Grayscale: #7A7A7A. Windows color (decimal): -6987587 or 12411029. OLE color: 12411029.

HSL color Cylindrical-coordinate representation of color #9560BD: hue angle of 274.19º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9560BD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14996189-
CMYK0.210.4900.26
HSL274.19º41.33%55.88%-
HSV(B)274.19º49.21%74.12%-
XYZ25.7618.4350.34-
YUV122.45165.56146.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=34.33%
G=22.12%
B=43.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149961890.210.4900.26274.1941.3355.88
Hex9560BD153101A1122938
Octal22514027525610324225170
Binary1001010111000001011110110101110001011010100010010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9560BD; }

 p { color: rgb(149,96,189); }

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

<style>
 a { background-color: #9560BD; }

 a { background-color: rgb(149,96,189); }

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

<style>
 span { border-color: #9560BD; }

 span { border-color: rgb(149,96,189); }

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