#896598

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

Shades of Ce Soir #896598

Tints of Ce Soir #896598

Color information

#896598 (or 0x896598) is unknown color: approx Ce Soir. HEX triplet: 89, 65 and 98. RGB value is (137,101,152). Sum of RGB (Red+Green+Blue) = 137+101+152=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #896598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896598 is #769A67. Grayscale: #757575. Windows color (decimal): -7772776 or 9987465. OLE color: 9987465.

HSL color Cylindrical-coordinate representation of color #896598: hue angle of 282.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896598 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137101152-
CMYK0.100.3400.40
HSL282.35º20.16%49.61%-
HSV(B)282.35º33.55%59.61%-
XYZ20.6416.8931.88-
YUV117.58147.43141.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=35.13%
G=25.90%
B=38.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371011520.100.3400.40282.3520.1649.61
Hex896598A2202811a1432
Octal21114523012420504322462
Binary100010011100101100110001010100010010100010001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896598; }

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

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

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

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

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

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

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

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