#8749BD

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

Shades of Deep Lilac #8749BD

Tints of Deep Lilac #8749BD

Color information

#8749BD (or 0x8749BD) is unknown color: approx Deep Lilac. HEX triplet: 87, 49 and BD. RGB value is (135,73,189). Sum of RGB (Red+Green+Blue) = 135+73+189=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #8749BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8749BD is #78B642. Grayscale: #686868. Windows color (decimal): -7910979 or 12405127. OLE color: 12405127.

HSL color Cylindrical-coordinate representation of color #8749BD: hue angle of 272.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8749BD is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13573189-
CMYK0.290.6100.26
HSL272.07º46.77%51.37%-
HSV(B)272.07º61.38%74.12%-
XYZ21.5613.5949.63-
YUV104.76175.54149.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 189 (74.22% from 255) = 47.61%
R=34.01%
G=18.39%
B=47.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135731890.290.6100.26272.0746.7751.37
Hex8749BD1D3D01A1102f33
Octal20711127535750324205763
Binary1000011110010011011110111101111101011010100010000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8749BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8749BD; }

 p { color: rgb(135,73,189); }

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

<style>
 a { background-color: #8749BD; }

 a { background-color: rgb(135,73,189); }

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

<style>
 span { border-color: #8749BD; }

 span { border-color: rgb(135,73,189); }

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