#9D60BA

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

Shades of Deep Lilac #9D60BA

Tints of Deep Lilac #9D60BA

Color information

#9D60BA (or 0x9D60BA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 60 and BA. RGB value is (157,96,186). Sum of RGB (Red+Green+Blue) = 157+96+186=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D60BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60BA is #629F45. Grayscale: #7C7C7C. Windows color (decimal): -6463302 or 12214429. OLE color: 12214429.

HSL color Cylindrical-coordinate representation of color #9D60BA: hue angle of 280.67º 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 #9D60BA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15796186-
CMYK0.160.4800.27
HSL280.67º39.47%55.29%-
HSV(B)280.67º48.39%72.94%-
XYZ26.9519.0848.72-
YUV124.5162.71151.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=35.76%
G=21.87%
B=42.37%

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
Decimal157961860.160.4800.27280.6739.4755.29
Hex9D60BA103001B1192737
Octal23514027220600334314767
Binary1001110111000001011101010000110000011011100011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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