#9560BE

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

Shades of Deep Lilac #9560BE

Tints of Deep Lilac #9560BE

Color information

#9560BE (or 0x9560BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 60 and BE. RGB value is (149,96,190). Sum of RGB (Red+Green+Blue) = 149+96+190=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9560BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560BE is #6A9F41. Grayscale: #7A7A7A. Windows color (decimal): -6987586 or 12476565. OLE color: 12476565.

HSL color Cylindrical-coordinate representation of color #9560BE: hue angle of 273.83º 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 #9560BE is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14996190-
CMYK0.220.4900.25
HSL273.83º41.96%56.08%-
HSV(B)273.83º49.47%74.51%-
XYZ25.8718.4750.92-
YUV122.56166.06146.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.25%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=34.25%
G=22.07%
B=43.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149961900.220.4900.25273.8341.9656.08
Hex9560BE16310191122a38
Octal22514027626610314225270
Binary1001010111000001011111010110110001011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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