#9D64BE

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

Shades of Deep Lilac #9D64BE

Tints of Deep Lilac #9D64BE

Color information

#9D64BE (or 0x9D64BE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 64 and BE. RGB value is (157,100,190). Sum of RGB (Red+Green+Blue) = 157+100+190=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64BE is #629B41. Grayscale: #7F7F7F. Windows color (decimal): -6462274 or 12477597. OLE color: 12477597.

HSL color Cylindrical-coordinate representation of color #9D64BE: hue angle of 278º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D64BE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157100190-
CMYK0.170.4700.25
HSL278º40.91%56.86%-
HSV(B)278º47.37%74.51%-
XYZ27.762051.11-
YUV127.3163.38149.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=35.12%
G=22.37%
B=42.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571001900.170.4700.2527840.9156.86
Hex9D64BE112F0191162939
Octal23514427621570314265171
Binary1001110111001001011111010001101111011001100010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,190); }

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

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

 a { background-color: rgb(157,100,190); }

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

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

 span { border-color: rgb(157,100,190); }

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