#875DBF

Color #875DBF Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #875DBF

Tints of Lilac Bush #875DBF

Color information

#875DBF (or 0x875DBF) is unknown color: approx Lilac Bush. HEX triplet: 87, 5D and BF. RGB value is (135,93,191). Sum of RGB (Red+Green+Blue) = 135+93+191=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #875DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DBF is #78A240. Grayscale: #747474. Windows color (decimal): -7905857 or 12541319. OLE color: 12541319.

HSL color Cylindrical-coordinate representation of color #875DBF: hue angle of 265.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875DBF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13593191-
CMYK0.290.5100.25
HSL265.71º43.36%55.69%-
HSV(B)265.71º51.31%74.9%-
XYZ23.3116.7451.29-
YUV116.73169.91141.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 191 (75% from 255) = 45.58%
R=32.22%
G=22.20%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135931910.290.5100.25265.7143.3655.69
Hex875DBF1D3301910a2b38
Octal20713527735630314125370
Binary1000011110111011011111111101110011011001100001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875DBF; }

 p { color: rgb(135,93,191); }

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

<style>
 a { background-color: #875DBF; }

 a { background-color: rgb(135,93,191); }

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

<style>
 span { border-color: #875DBF; }

 span { border-color: rgb(135,93,191); }

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