#865AB6

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

Shades of Deep Lilac #865AB6

Tints of Deep Lilac #865AB6

Color information

#865AB6 (or 0x865AB6) is unknown color: approx Deep Lilac. HEX triplet: 86, 5A and B6. RGB value is (134,90,182). Sum of RGB (Red+Green+Blue) = 134+90+182=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #865AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AB6 is #79A549. Grayscale: #717171. Windows color (decimal): -7972170 or 11950726. OLE color: 11950726.

HSL color Cylindrical-coordinate representation of color #865AB6: hue angle of 268.7º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #865AB6 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13490182-
CMYK0.260.5100.29
HSL268.7º38.66%53.33%-
HSV(B)268.7º50.55%71.37%-
XYZ21.9315.7646.14-
YUV113.64166.58142.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=33.00%
G=22.17%
B=44.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134901820.260.5100.29268.738.6653.33
Hex865AB61A3301D10d2735
Octal20613226632630354154765
Binary1000011010110101011011011010110011011101100001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865AB6; }

 p { color: rgb(134,90,182); }

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

<style>
 a { background-color: #865AB6; }

 a { background-color: rgb(134,90,182); }

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

<style>
 span { border-color: #865AB6; }

 span { border-color: rgb(134,90,182); }

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