#8754BD

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

Shades of Deep Lilac #8754BD

Tints of Deep Lilac #8754BD

Color information

#8754BD (or 0x8754BD) is unknown color: approx Deep Lilac. HEX triplet: 87, 54 and BD. RGB value is (135,84,189). Sum of RGB (Red+Green+Blue) = 135+84+189=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #8754BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754BD is #78AB42. Grayscale: #6E6E6E. Windows color (decimal): -7908163 or 12407943. OLE color: 12407943.

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

Color convert

RGB13584189-
CMYK0.290.5600.26
HSL269.14º44.3%53.53%-
HSV(B)269.14º55.56%74.12%-
XYZ22.3515.1749.89-
YUV111.22171.9144.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=33.09%
G=20.59%
B=46.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135841890.290.5600.26269.1444.353.53
Hex8754BD1D3801A10d2c36
Octal20712427535700324155466
Binary1000011110101001011110111101111000011010100001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8754BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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