#8746BA

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

Shades of Deep Lilac #8746BA

Tints of Deep Lilac #8746BA

Color information

#8746BA (or 0x8746BA) is unknown color: approx Deep Lilac. HEX triplet: 87, 46 and BA. RGB value is (135,70,186). Sum of RGB (Red+Green+Blue) = 135+70+186=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #8746BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746BA is #78B945. Grayscale: #666666. Windows color (decimal): -7911750 or 12207751. OLE color: 12207751.

HSL color Cylindrical-coordinate representation of color #8746BA: hue angle of 273.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8746BA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13570186-
CMYK0.270.6200.27
HSL273.62º45.67%50.2%-
HSV(B)273.62º62.37%72.94%-
XYZ21.0413.0847.87-
YUV102.66175.03151.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=34.53%
G=17.90%
B=47.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135701860.270.6200.27273.6245.6750.2
Hex8746BA1B3E01B1122e32
Octal20710627233760334225662
Binary1000011110001101011101011011111110011011100010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8746BA; }

 p { color: rgb(135,70,186); }

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

<style>
 a { background-color: #8746BA; }

 a { background-color: rgb(135,70,186); }

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

<style>
 span { border-color: #8746BA; }

 span { border-color: rgb(135,70,186); }

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