#8549B3

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

Shades of Deep Lilac #8549B3

Tints of Deep Lilac #8549B3

Color information

#8549B3 (or 0x8549B3) is unknown color: approx Deep Lilac. HEX triplet: 85, 49 and B3. RGB value is (133,73,179). Sum of RGB (Red+Green+Blue) = 133+73+179=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #8549B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8549B3 is #7AB64C. Grayscale: #666666. Windows color (decimal): -8042061 or 11749765. OLE color: 11749765.

HSL color Cylindrical-coordinate representation of color #8549B3: hue angle of 273.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8549B3 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13373179-
CMYK0.260.5900.30
HSL273.96º42.06%49.41%-
HSV(B)273.96º59.22%70.2%-
XYZ20.1913.0144.09-
YUV103.02170.88149.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=34.55%
G=18.96%
B=46.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133731790.260.5900.30273.9642.0649.41
Hex8549B31A3B01E1122a31
Octal20511126332730364225261
Binary1000010110010011011001111010111011011110100010010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8549B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8549B3; }

 p { color: rgb(133,73,179); }

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

<style>
 a { background-color: #8549B3; }

 a { background-color: rgb(133,73,179); }

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

<style>
 span { border-color: #8549B3; }

 span { border-color: rgb(133,73,179); }

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