#875A9B

Color #875A9B Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #875A9B

Tints of Ce Soir #875A9B

Color information

#875A9B (or 0x875A9B) is unknown color: approx Ce Soir. HEX triplet: 87, 5A and 9B. RGB value is (135,90,155). Sum of RGB (Red+Green+Blue) = 135+90+155=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #875A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A9B is #78A564. Grayscale: #6E6E6E. Windows color (decimal): -7906661 or 10181255. OLE color: 10181255.

HSL color Cylindrical-coordinate representation of color #875A9B: hue angle of 281.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875A9B is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13590155-
CMYK0.130.4200.39
HSL281.54º26.53%48.04%-
HSV(B)281.54º41.94%60.78%-
XYZ19.5614.8332.84-
YUV110.86152.91145.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=35.53%
G=23.68%
B=40.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135901550.130.4200.39281.5426.5348.04
Hex875A9BD2A02711a1b30
Octal20713223315520474323360
Binary100001111011010100110111101101010010011110001101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,90,155); }

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

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

 a { background-color: rgb(135,90,155); }

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

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

 span { border-color: rgb(135,90,155); }

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