#875CC0

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

Shades of Lilac Bush #875CC0

Tints of Lilac Bush #875CC0

Color information

#875CC0 (or 0x875CC0) is unknown color: approx Lilac Bush. HEX triplet: 87, 5C and C0. RGB value is (135,92,192). Sum of RGB (Red+Green+Blue) = 135+92+192=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #875CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CC0 is #78A33F. Grayscale: #737373. Windows color (decimal): -7906112 or 12606599. OLE color: 12606599.

HSL color Cylindrical-coordinate representation of color #875CC0: hue angle of 265.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875CC0 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13592192-
CMYK0.300.5200.25
HSL265.8º44.25%55.69%-
HSV(B)265.8º52.08%75.29%-
XYZ23.3316.6151.85-
YUV116.26170.75141.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=32.22%
G=21.96%
B=45.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135921920.300.5200.25265.844.2555.69
Hex875CC01E3401910a2c38
Octal20713430036640314125470
Binary1000011110111001100000011110110100011001100001010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,92,192); }

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

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

 a { background-color: rgb(135,92,192); }

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

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

 span { border-color: rgb(135,92,192); }

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