#875DBC

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

Shades of Lilac Bush #875DBC

Tints of Lilac Bush #875DBC

Color information

#875DBC (or 0x875DBC) is unknown color: approx Lilac Bush. HEX triplet: 87, 5D and BC. RGB value is (135,93,188). Sum of RGB (Red+Green+Blue) = 135+93+188=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #875DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DBC is #78A243. Grayscale: #747474. Windows color (decimal): -7905860 or 12344711. OLE color: 12344711.

HSL color Cylindrical-coordinate representation of color #875DBC: hue angle of 266.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875DBC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13593188-
CMYK0.280.5100.26
HSL266.53º41.48%55.1%-
HSV(B)266.53º50.53%73.73%-
XYZ22.9816.6149.57-
YUV116.39168.41141.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=32.45%
G=22.36%
B=45.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135931880.280.5100.26266.5341.4855.1
Hex875DBC1C3301A10b2937
Octal20713527434630324135167
Binary1000011110111011011110011100110011011010100001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,188); }

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

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

 a { background-color: rgb(135,93,188); }

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

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

 span { border-color: rgb(135,93,188); }

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