#8644BA

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

Shades of Deep Lilac #8644BA

Tints of Deep Lilac #8644BA

Color information

#8644BA (or 0x8644BA) is unknown color: approx Deep Lilac. HEX triplet: 86, 44 and BA. RGB value is (134,68,186). Sum of RGB (Red+Green+Blue) = 134+68+186=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #8644BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644BA is #79BB45. Grayscale: #646464. Windows color (decimal): -7977798 or 12207238. OLE color: 12207238.

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

Color convert

RGB13468186-
CMYK0.280.6300.27
HSL273.56º46.46%49.8%-
HSV(B)273.56º63.44%72.94%-
XYZ20.7612.7547.82-
YUV101.19175.87151.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 68 (26.95% from 255) = 17.53%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=34.54%
G=17.53%
B=47.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134681860.280.6300.27273.5646.4649.8
Hex8644BA1C3F01B1122e32
Octal20610427234770334225662
Binary1000011010001001011101011100111111011011100010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8644BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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