#8546BF

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

Shades of Deep Lilac #8546BF

Tints of Deep Lilac #8546BF

Color information

#8546BF (or 0x8546BF) is unknown color: approx Deep Lilac. HEX triplet: 85, 46 and BF. RGB value is (133,70,191). Sum of RGB (Red+Green+Blue) = 133+70+191=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #8546BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8546BF is #7AB940. Grayscale: #666666. Windows color (decimal): -8042817 or 12535429. OLE color: 12535429.

HSL color Cylindrical-coordinate representation of color #8546BF: hue angle of 271.24º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8546BF is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13370191-
CMYK0.300.6300.25
HSL271.24º48.59%51.18%-
HSV(B)271.24º63.35%74.9%-
XYZ21.2713.1350.7-
YUV102.63177.87149.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 191 (75% from 255) = 48.48%
R=33.76%
G=17.77%
B=48.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133701910.300.6300.25271.2448.5951.18
Hex8546BF1E3F01910f3133
Octal20510627736770314176163
Binary1000010110001101011111111110111111011001100001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8546BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8546BF; }

 p { color: rgb(133,70,191); }

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

<style>
 a { background-color: #8546BF; }

 a { background-color: rgb(133,70,191); }

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

<style>
 span { border-color: #8546BF; }

 span { border-color: rgb(133,70,191); }

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