#895F9A

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

Shades of Ce Soir #895F9A

Tints of Ce Soir #895F9A

Color information

#895F9A (or 0x895F9A) is unknown color: approx Ce Soir. HEX triplet: 89, 5F and 9A. RGB value is (137,95,154). Sum of RGB (Red+Green+Blue) = 137+95+154=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #895F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895F9A is #76A065. Grayscale: #727272. Windows color (decimal): -7774310 or 10117001. OLE color: 10117001.

HSL color Cylindrical-coordinate representation of color #895F9A: hue angle of 282.71º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895F9A is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13795154-
CMYK0.110.3800.40
HSL282.71º23.69%48.82%-
HSV(B)282.71º38.31%60.39%-
XYZ20.2415.8432.56-
YUV114.28150.41144.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=35.49%
G=24.61%
B=39.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137951540.110.3800.40282.7123.6948.82
Hex895F9AB2602811b1831
Octal21113723213460504333061
Binary100010011011111100110101011100110010100010001101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,95,154); }

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

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

 a { background-color: rgb(137,95,154); }

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

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

 span { border-color: rgb(137,95,154); }

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