#895B9D

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

Shades of Ce Soir #895B9D

Tints of Ce Soir #895B9D

Color information

#895B9D (or 0x895B9D) is unknown color: approx Ce Soir. HEX triplet: 89, 5B and 9D. RGB value is (137,91,157). Sum of RGB (Red+Green+Blue) = 137+91+157=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #895B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895B9D is #76A462. Grayscale: #707070. Windows color (decimal): -7775331 or 10312585. OLE color: 10312585.

HSL color Cylindrical-coordinate representation of color #895B9D: hue angle of 281.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895B9D is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13791157-
CMYK0.130.4200.38
HSL281.82º26.61%48.63%-
HSV(B)281.82º42.04%61.57%-
XYZ20.1415.2333.78-
YUV112.28153.24145.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=35.58%
G=23.64%
B=40.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137911570.130.4200.38281.8226.6148.63
Hex895B9DD2A02611a1b31
Octal21113323515520464323361
Binary100010011011011100111011101101010010011010001101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895B9D; }

 p { color: rgb(137,91,157); }

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

<style>
 a { background-color: #895B9D; }

 a { background-color: rgb(137,91,157); }

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

<style>
 span { border-color: #895B9D; }

 span { border-color: rgb(137,91,157); }

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