#875FBE

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

Shades of Lilac Bush #875FBE

Tints of Lilac Bush #875FBE

Color information

#875FBE (or 0x875FBE) is unknown color: approx Lilac Bush. HEX triplet: 87, 5F and BE. RGB value is (135,95,190). Sum of RGB (Red+Green+Blue) = 135+95+190=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #875FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBE is #78A041. Grayscale: #757575. Windows color (decimal): -7905346 or 12476295. OLE color: 12476295.

HSL color Cylindrical-coordinate representation of color #875FBE: hue angle of 265.26º degrees, saturation: 0.42, 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 #875FBE is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13595190-
CMYK0.290.500.25
HSL265.26º42.22%55.88%-
HSV(B)265.26º50%74.51%-
XYZ23.3817.0550.77-
YUV117.79168.75140.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=32.14%
G=22.62%
B=45.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135951900.290.500.25265.2642.2255.88
Hex875FBE1D320191092a38
Octal20713727635620314115270
Binary1000011110111111011111011101110010011001100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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