#8745BE

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

Shades of Deep Lilac #8745BE

Tints of Deep Lilac #8745BE

Color information

#8745BE (or 0x8745BE) is unknown color: approx Deep Lilac. HEX triplet: 87, 45 and BE. RGB value is (135,69,190). Sum of RGB (Red+Green+Blue) = 135+69+190=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #8745BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745BE is #78BA41. Grayscale: #666666. Windows color (decimal): -7912002 or 12469639. OLE color: 12469639.

HSL color Cylindrical-coordinate representation of color #8745BE: hue angle of 272.73º degrees, saturation: 0.48, 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 #8745BE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13569190-
CMYK0.290.6400.25
HSL272.73º48.21%50.78%-
HSV(B)272.73º63.68%74.51%-
XYZ21.4113.1250.12-
YUV102.53177.37151.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=34.26%
G=17.51%
B=48.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135691900.290.6400.25272.7348.2150.78
Hex8745BE1D400191113033
Octal207105276351000314216063
Binary10000111100010110111110111011000000011001100010001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8745BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,69,190); }

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

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

 a { background-color: rgb(135,69,190); }

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

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

 span { border-color: rgb(135,69,190); }

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