#8746C0

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

Shades of Deep Lilac #8746C0

Tints of Deep Lilac #8746C0

Color information

#8746C0 (or 0x8746C0) is unknown color: approx Deep Lilac. HEX triplet: 87, 46 and C0. RGB value is (135,70,192). Sum of RGB (Red+Green+Blue) = 135+70+192=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #8746C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8746C0 is #78B93F. Grayscale: #666666. Windows color (decimal): -7911744 or 12600967. OLE color: 12600967.

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

Color convert

RGB13570192-
CMYK0.300.6400.25
HSL271.97º49.19%51.37%-
HSV(B)271.97º63.54%75.29%-
XYZ21.713.3451.3-
YUV103.34178.03150.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=34.01%
G=17.63%
B=48.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135701920.300.6400.25271.9749.1951.37
Hex8746C01E400191103133
Octal207106300361000314206163
Binary10000111100011011000000111101000000011001100010000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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