#8641BE

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

Shades of Deep Lilac #8641BE

Tints of Deep Lilac #8641BE

Color information

#8641BE (or 0x8641BE) is unknown color: approx Deep Lilac. HEX triplet: 86, 41 and BE. RGB value is (134,65,190). Sum of RGB (Red+Green+Blue) = 134+65+190=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #8641BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641BE is #79BE41. Grayscale: #636363. Windows color (decimal): -7978562 or 12468614. OLE color: 12468614.

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

Color convert

RGB13465190-
CMYK0.290.6600.25
HSL273.12º49.02%50%-
HSV(B)273.12º65.79%74.51%-
XYZ21.0212.5750.03-
YUV99.88178.86152.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=34.45%
G=16.71%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134651900.290.6600.25273.1249.0250
Hex8641BE1D420191113132
Octal206101276351020314216162
Binary10000110100000110111110111011000010011001100010001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8641BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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