#8655BE

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

Shades of Deep Lilac #8655BE

Tints of Deep Lilac #8655BE

Color information

#8655BE (or 0x8655BE) is unknown color: approx Deep Lilac. HEX triplet: 86, 55 and BE. RGB value is (134,85,190). Sum of RGB (Red+Green+Blue) = 134+85+190=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #8655BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655BE is #79AA41. Grayscale: #6F6F6F. Windows color (decimal): -7973442 or 12473734. OLE color: 12473734.

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

Color convert

RGB13485190-
CMYK0.290.5500.25
HSL268º44.68%53.92%-
HSV(B)268º55.26%74.51%-
XYZ22.3715.2850.49-
YUV111.62172.23143.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=32.76%
G=20.78%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134851900.290.5500.2526844.6853.92
Hex8655BE1D3701910c2d36
Octal20612527635670314145566
Binary1000011010101011011111011101110111011001100001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8655BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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