#875EBD

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

Shades of Lilac Bush #875EBD

Tints of Lilac Bush #875EBD

Color information

#875EBD (or 0x875EBD) is unknown color: approx Lilac Bush. HEX triplet: 87, 5E and BD. RGB value is (135,94,189). Sum of RGB (Red+Green+Blue) = 135+94+189=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #875EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EBD is #78A142. Grayscale: #747474. Windows color (decimal): -7905603 or 12410503. OLE color: 12410503.

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

Color convert

RGB13594189-
CMYK0.290.5000.26
HSL265.89º41.85%55.49%-
HSV(B)265.89º50.26%74.12%-
XYZ23.1816.8350.17-
YUV117.09168.58140.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 189 (74.22% from 255) = 45.22%
R=32.30%
G=22.49%
B=45.22%

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
Decimal135941890.290.5000.26265.8941.8555.49
Hex875EBD1D3201A10a2a37
Octal20713627535620324125267
Binary1000011110111101011110111101110010011010100001010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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