#8654BC

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

Shades of Deep Lilac #8654BC

Tints of Deep Lilac #8654BC

Color information

#8654BC (or 0x8654BC) is unknown color: approx Deep Lilac. HEX triplet: 86, 54 and BC. RGB value is (134,84,188). Sum of RGB (Red+Green+Blue) = 134+84+188=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #8654BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8654BC is #79AB43. Grayscale: #6E6E6E. Windows color (decimal): -7973700 or 12342406. OLE color: 12342406.

HSL color Cylindrical-coordinate representation of color #8654BC: hue angle of 268.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8654BC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13484188-
CMYK0.290.5500.26
HSL268.85º43.7%53.33%-
HSV(B)268.85º55.32%73.73%-
XYZ22.0815.0449.32-
YUV110.81171.56144.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=33.00%
G=20.69%
B=46.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134841880.290.5500.26268.8543.753.33
Hex8654BC1D3701A10d2c35
Octal20612427435670324155465
Binary1000011010101001011110011101110111011010100001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8654BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8654BC; }

 p { color: rgb(134,84,188); }

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

<style>
 a { background-color: #8654BC; }

 a { background-color: rgb(134,84,188); }

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

<style>
 span { border-color: #8654BC; }

 span { border-color: rgb(134,84,188); }

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