#875FBD

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

Shades of Lilac Bush #875FBD

Tints of Lilac Bush #875FBD

Color information

#875FBD (or 0x875FBD) is unknown color: approx Lilac Bush. HEX triplet: 87, 5F and BD. RGB value is (135,95,189). Sum of RGB (Red+Green+Blue) = 135+95+189=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #875FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBD is #78A042. Grayscale: #757575. Windows color (decimal): -7905347 or 12410759. OLE color: 12410759.

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

Color convert

RGB13595189-
CMYK0.290.5000.26
HSL265.53º41.59%55.69%-
HSV(B)265.53º49.74%74.12%-
XYZ23.2717.0150.2-
YUV117.68168.25140.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=32.22%
G=22.67%
B=45.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135951890.290.5000.26265.5341.5955.69
Hex875FBD1D3201A10a2a38
Octal20713727535620324125270
Binary1000011110111111011110111101110010011010100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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