#875FB4

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

Shades of Lilac Bush #875FB4

Tints of Lilac Bush #875FB4

Color information

#875FB4 (or 0x875FB4) is unknown color: approx Lilac Bush. HEX triplet: 87, 5F and B4. RGB value is (135,95,180). Sum of RGB (Red+Green+Blue) = 135+95+180=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #875FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FB4 is #78A04B. Grayscale: #747474. Windows color (decimal): -7905356 or 11820935. OLE color: 11820935.

HSL color Cylindrical-coordinate representation of color #875FB4: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875FB4 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13595180-
CMYK0.250.4700.29
HSL268.24º36.17%53.92%-
HSV(B)268.24º47.22%70.59%-
XYZ22.3216.6345.21-
YUV116.65163.75141.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.93%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=32.93%
G=23.17%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135951800.250.4700.29268.2436.1753.92
Hex875FB4192F01D10c2436
Octal20713726431570354144466
Binary1000011110111111011010011001101111011101100001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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