#896C98

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

Shades of Ce Soir #896C98

Tints of Ce Soir #896C98

Color information

#896C98 (or 0x896C98) is unknown color: approx Ce Soir. HEX triplet: 89, 6C and 98. RGB value is (137,108,152). Sum of RGB (Red+Green+Blue) = 137+108+152=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #896C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C98 is #769367. Grayscale: #797979. Windows color (decimal): -7770984 or 9989257. OLE color: 9989257.

HSL color Cylindrical-coordinate representation of color #896C98: hue angle of 279.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896C98 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137108152-
CMYK0.100.2900.40
HSL279.55º17.6%50.98%-
HSV(B)279.55º28.95%59.61%-
XYZ21.3518.3132.11-
YUV121.69145.11138.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.51%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=34.51%
G=27.20%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371081520.100.2900.40279.5517.650.98
Hex896C98A1D0281181233
Octal21115423012350504302263
Binary10001001110110010011000101011101010100010001100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896C98; }

 p { color: rgb(137,108,152); }

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

<style>
 a { background-color: #896C98; }

 a { background-color: rgb(137,108,152); }

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

<style>
 span { border-color: #896C98; }

 span { border-color: rgb(137,108,152); }

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