#8659BA

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

Shades of Deep Lilac #8659BA

Tints of Deep Lilac #8659BA

Color information

#8659BA (or 0x8659BA) is unknown color: approx Deep Lilac. HEX triplet: 86, 59 and BA. RGB value is (134,89,186). Sum of RGB (Red+Green+Blue) = 134+89+186=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8659BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659BA is #79A645. Grayscale: #717171. Windows color (decimal): -7972422 or 12212614. OLE color: 12212614.

HSL color Cylindrical-coordinate representation of color #8659BA: hue angle of 267.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8659BA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13489186-
CMYK0.280.5200.27
HSL267.84º41.28%53.92%-
HSV(B)267.84º52.15%72.94%-
XYZ22.2715.7648.32-
YUV113.51168.91142.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=32.76%
G=21.76%
B=45.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134891860.280.5200.27267.8441.2853.92
Hex8659BA1C3401B10c2936
Octal20613127234640334145166
Binary1000011010110011011101011100110100011011100001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8659BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8659BA; }

 p { color: rgb(134,89,186); }

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

<style>
 a { background-color: #8659BA; }

 a { background-color: rgb(134,89,186); }

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

<style>
 span { border-color: #8659BA; }

 span { border-color: rgb(134,89,186); }

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