#875FBF

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

Shades of Lilac Bush #875FBF

Tints of Lilac Bush #875FBF

Color information

#875FBF (or 0x875FBF) is unknown color: approx Lilac Bush. HEX triplet: 87, 5F and BF. RGB value is (135,95,191). Sum of RGB (Red+Green+Blue) = 135+95+191=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #875FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBF is #78A040. Grayscale: #757575. Windows color (decimal): -7905345 or 12541831. OLE color: 12541831.

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

Color convert

RGB13595191-
CMYK0.290.5000.25
HSL265º42.86%56.08%-
HSV(B)265º50.26%74.9%-
XYZ23.4917.151.35-
YUV117.9169.25140.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 191 (75% from 255) = 45.37%
R=32.07%
G=22.57%
B=45.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135951910.290.5000.2526542.8656.08
Hex875FBF1D320191092b38
Octal20713727735620314115370
Binary1000011110111111011111111101110010011001100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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