#8554BE

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

Shades of Deep Lilac #8554BE

Tints of Deep Lilac #8554BE

Color information

#8554BE (or 0x8554BE) is unknown color: approx Deep Lilac. HEX triplet: 85, 54 and BE. RGB value is (133,84,190). Sum of RGB (Red+Green+Blue) = 133+84+190=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8554BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554BE is #7AAB41. Grayscale: #6E6E6E. Windows color (decimal): -8039234 or 12473477. OLE color: 12473477.

HSL color Cylindrical-coordinate representation of color #8554BE: hue angle of 267.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8554BE is Cyan = 0.3, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13384190-
CMYK0.30.5600.25
HSL267.74º44.92%53.73%-
HSV(B)267.74º55.79%74.51%-
XYZ22.1415.0450.45-
YUV110.73172.73143.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 84 (33.20% from 255) = 20.64%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=32.68%
G=20.64%
B=46.68%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133841900.30.5600.25267.7444.9253.73
Hex8554BE1E3801910c2d36
Octal20512427636700314145566
Binary1000010110101001011111011110111000011001100001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8554BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8554BE; }

 p { color: rgb(133,84,190); }

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

<style>
 a { background-color: #8554BE; }

 a { background-color: rgb(133,84,190); }

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

<style>
 span { border-color: #8554BE; }

 span { border-color: rgb(133,84,190); }

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