#896195

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

Shades of Ce Soir #896195

Tints of Ce Soir #896195

Color information

#896195 (or 0x896195) is unknown color: approx Ce Soir. HEX triplet: 89, 61 and 95. RGB value is (137,97,149). Sum of RGB (Red+Green+Blue) = 137+97+149=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #896195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896195 is #769E6A. Grayscale: #727272. Windows color (decimal): -7773803 or 9789833. OLE color: 9789833.

HSL color Cylindrical-coordinate representation of color #896195: hue angle of 286.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896195 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13797149-
CMYK0.080.3500.42
HSL286.15º21.14%48.24%-
HSV(B)286.15º34.9%58.43%-
XYZ20.0216.0430.47-
YUV114.89147.25143.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=35.77%
G=25.33%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137971490.080.3500.42286.1521.1448.24
Hex89619582302A11e1530
Octal21114122510430524362560
Binary100010011100001100101011000100011010101010001111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896195; }

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

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

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

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

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

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

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

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