#875FBC

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

Shades of Lilac Bush #875FBC

Tints of Lilac Bush #875FBC

Color information

#875FBC (or 0x875FBC) is unknown color: approx Lilac Bush. HEX triplet: 87, 5F and BC. RGB value is (135,95,188). Sum of RGB (Red+Green+Blue) = 135+95+188=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #875FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875FBC is #78A043. Grayscale: #757575. Windows color (decimal): -7905348 or 12345223. OLE color: 12345223.

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

Color convert

RGB13595188-
CMYK0.280.4900.26
HSL265.81º40.97%55.49%-
HSV(B)265.81º49.47%73.73%-
XYZ23.1616.9749.63-
YUV117.56167.75140.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=32.30%
G=22.73%
B=44.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135951880.280.4900.26265.8140.9755.49
Hex875FBC1C3101A10a2937
Octal20713727434610324125167
Binary1000011110111111011110011100110001011010100001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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