#9D68BA

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

Shades of Deep Lilac #9D68BA

Tints of Deep Lilac #9D68BA

Color information

#9D68BA (or 0x9D68BA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 68 and BA. RGB value is (157,104,186). Sum of RGB (Red+Green+Blue) = 157+104+186=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68BA is #629745. Grayscale: #808080. Windows color (decimal): -6461254 or 12216477. OLE color: 12216477.

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

Color convert

RGB157104186-
CMYK0.160.4400.27
HSL278.78º37.27%56.86%-
HSV(B)278.78º44.09%72.94%-
XYZ27.7220.6148.97-
YUV129.2160.06147.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=35.12%
G=23.27%
B=41.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571041860.160.4400.27278.7837.2756.86
Hex9D68BA102C01B1172539
Octal23515027220540334274571
Binary1001110111010001011101010000101100011011100010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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