#9561BE

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

Shades of Deep Lilac #9561BE

Tints of Deep Lilac #9561BE

Color information

#9561BE (or 0x9561BE) is unknown color: approx Deep Lilac. HEX triplet: 95, 61 and BE. RGB value is (149,97,190). Sum of RGB (Red+Green+Blue) = 149+97+190=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9561BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561BE is #6A9E41. Grayscale: #7A7A7A. Windows color (decimal): -6987330 or 12476821. OLE color: 12476821.

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

Color convert

RGB14997190-
CMYK0.220.4900.25
HSL273.55º41.7%56.27%-
HSV(B)273.55º48.95%74.51%-
XYZ25.9618.6650.95-
YUV123.15165.73146.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.17%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=34.17%
G=22.25%
B=43.58%

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
Decimal149971900.220.4900.25273.5541.756.27
Hex9561BE16310191122a38
Octal22514127626610314225270
Binary1001010111000011011111010110110001011001100010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9561BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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