#896198

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

Shades of Ce Soir #896198

Tints of Ce Soir #896198

Color information

#896198 (or 0x896198) is unknown color: approx Ce Soir. HEX triplet: 89, 61 and 98. RGB value is (137,97,152). Sum of RGB (Red+Green+Blue) = 137+97+152=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #896198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896198 is #769E67. Grayscale: #737373. Windows color (decimal): -7773800 or 9986441. OLE color: 9986441.

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

Color convert

RGB13797152-
CMYK0.100.3600.40
HSL283.64º22.09%48.82%-
HSV(B)283.64º36.18%59.61%-
XYZ20.2616.1331.75-
YUV115.23148.75143.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 152 (59.77% from 255) = 39.38%
R=35.49%
G=25.13%
B=39.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137971520.100.3600.40283.6422.0948.82
Hex896198A2402811c1631
Octal21114123012440504342661
Binary100010011100001100110001010100100010100010001110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896198; }

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

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

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

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

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

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

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

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