Shades of Ce Soir #895FB2
Tints of Ce Soir #895FB2
RGB
CMYK
RGB Variations
Color information
#895FB2 (or 0x895FB2) is known color: Ce Soir. HEX triplet: 89, 5F and B2. RGB value is (137,95,178). Sum of RGB (Red+Green+Blue) = 137+95+178=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 178 - color contains mainly: blue. Hex color #895FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895FB2 is #76A04D. Grayscale: #747474. Windows color (decimal): -7774286 or 11689865. OLE color: 11689865.
HSL color Cylindrical-coordinate representation of color #895FB2: hue angle of 270.36º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895FB2 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 95 | 178 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.30 |
| HSL | 270.36º | 0.35% | 0.54% | - |
| HSV(B) | 270.36º | 0.47% | 0.7% | - |
| XYZ | 22.44 | 16.72 | 44.16 | - |
| YUV | 117.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 178 | 0.23 | 0.47 | 0 | 0.30 | 270.36 | 0.35 | 0.54 |
| Hex | 89 | 5F | B2 | 17 | 2F | 0 | 1E | 10E | 23 | 36 |
| Octal | 211 | 137 | 262 | 27 | 57 | 0 | 36 | 416 | 43 | 66 |
| Binary | 10001001 | 1011111 | 10110010 | 10111 | 101111 | 0 | 11110 | 100001110 | 100011 | 110110 |
Color Harmonies of #895FB2
Complementary color
Monochromatic Colors of #895FB2
Black with #895FB2
Text Example
Text Example
White with #895FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FB2; }
p { color: rgb(137,95,178); }
H1.HeaderClassName
{
color: #895FB2;
}
.AnyTagClassName
{
color: #895FB2;
}
</style>
background-color css
<style>
a { background-color: #895FB2; }
a { background-color: rgb(137,95,178); }
div.DivClassName
{
background-color: #895FB2;
}
.BgClassName
{
background-color: #895FB2;
}
</style>
border-color css
<style>
span { border-color: #895FB2; }
span { border-color: rgb(137,95,178); }
td.TdClassName
{
border-color: #895FB2;
}
.TagClassName
{
border-color: #895FB2;
}
</style>