#9D61BA

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

Shades of Deep Lilac #9D61BA

Tints of Deep Lilac #9D61BA

Color information

#9D61BA (or 0x9D61BA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 61 and BA. RGB value is (157,97,186). Sum of RGB (Red+Green+Blue) = 157+97+186=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D61BA is #629E45. Grayscale: #7C7C7C. Windows color (decimal): -6463046 or 12214685. OLE color: 12214685.

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

Color convert

RGB15797186-
CMYK0.160.4800.27
HSL280.45º39.21%55.49%-
HSV(B)280.45º47.85%72.94%-
XYZ27.0419.2648.75-
YUV125.09162.38150.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=35.68%
G=22.05%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157971860.160.4800.27280.4539.2155.49
Hex9D61BA103001B1182737
Octal23514127220600334304767
Binary1001110111000011011101010000110000011011100011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,97,186); }

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

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

 a { background-color: rgb(157,97,186); }

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

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

 span { border-color: rgb(157,97,186); }

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