#8641BD

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

Shades of Deep Lilac #8641BD

Tints of Deep Lilac #8641BD

Color information

#8641BD (or 0x8641BD) is unknown color: approx Deep Lilac. HEX triplet: 86, 41 and BD. RGB value is (134,65,189). Sum of RGB (Red+Green+Blue) = 134+65+189=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #8641BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641BD is #79BE42. Grayscale: #636363. Windows color (decimal): -7978563 or 12403078. OLE color: 12403078.

HSL color Cylindrical-coordinate representation of color #8641BD: hue angle of 273.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8641BD is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13465189-
CMYK0.290.6600.26
HSL273.39º48.82%49.8%-
HSV(B)273.39º65.61%74.12%-
XYZ20.9112.5249.46-
YUV99.77178.36152.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=34.54%
G=16.75%
B=48.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134651890.290.6600.26273.3948.8249.8
Hex8641BD1D4201A1113132
Octal206101275351020324216162
Binary10000110100000110111101111011000010011010100010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8641BD; }

 p { color: rgb(134,65,189); }

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

<style>
 a { background-color: #8641BD; }

 a { background-color: rgb(134,65,189); }

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

<style>
 span { border-color: #8641BD; }

 span { border-color: rgb(134,65,189); }

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