#896098

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

Shades of Ce Soir #896098

Tints of Ce Soir #896098

Color information

#896098 (or 0x896098) is unknown color: approx Ce Soir. HEX triplet: 89, 60 and 98. RGB value is (137,96,152). Sum of RGB (Red+Green+Blue) = 137+96+152=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #896098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896098 is #769F67. Grayscale: #727272. Windows color (decimal): -7774056 or 9986185. OLE color: 9986185.

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

Color convert

RGB13796152-
CMYK0.100.3700.40
HSL283.93º22.58%48.63%-
HSV(B)283.93º36.84%59.61%-
XYZ20.1715.9531.72-
YUV114.64149.08143.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=35.58%
G=24.94%
B=39.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137961520.100.3700.40283.9322.5848.63
Hex896098A2502811c1731
Octal21114023012450504342761
Binary100010011100000100110001010100101010100010001110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896098; }

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

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

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

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

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

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

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

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