#9B64BE

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

Shades of Deep Lilac #9B64BE

Tints of Deep Lilac #9B64BE

Color information

#9B64BE (or 0x9B64BE) is unknown color: approx Deep Lilac. HEX triplet: 9B, 64 and BE. RGB value is (155,100,190). Sum of RGB (Red+Green+Blue) = 155+100+190=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B64BE is #649B41. Grayscale: #7E7E7E. Windows color (decimal): -6593346 or 12477595. OLE color: 12477595.

HSL color Cylindrical-coordinate representation of color #9B64BE: hue angle of 276.67º 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 #9B64BE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155100190-
CMYK0.180.4700.25
HSL276.67º40.91%56.86%-
HSV(B)276.67º47.37%74.51%-
XYZ27.3719.851.09-
YUV126.7163.72148.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=34.83%
G=22.47%
B=42.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551001900.180.4700.25276.6740.9156.86
Hex9B64BE122F0191152939
Octal23314427622570314255171
Binary1001101111001001011111010010101111011001100010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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