Shades of Ce Soir #895FA4
Tints of Ce Soir #895FA4
RGB
CMYK
RGB Variations
Color information
#895FA4 (or 0x895FA4) is known color: Ce Soir. HEX triplet: 89, 5F and A4. RGB value is (137,95,164). Sum of RGB (Red+Green+Blue) = 137+95+164=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #895FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895FA4 is #76A05B. Grayscale: #737373. Windows color (decimal): -7774300 or 10772361. OLE color: 10772361.
HSL color Cylindrical-coordinate representation of color #895FA4: hue angle of 276.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895FA4 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 95 | 164 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.36 |
| HSL | 276.52º | 0.27% | 0.51% | - |
| HSV(B) | 276.52º | 0.42% | 0.64% | - |
| XYZ | 21.11 | 16.18 | 37.13 | - |
| YUV | 115.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 164 | 0.16 | 0.42 | 0 | 0.36 | 276.52 | 0.27 | 0.51 |
| Hex | 89 | 5F | A4 | 10 | 2A | 0 | 24 | 115 | 1B | 33 |
| Octal | 211 | 137 | 244 | 20 | 52 | 0 | 44 | 425 | 33 | 63 |
| Binary | 10001001 | 1011111 | 10100100 | 10000 | 101010 | 0 | 100100 | 100010101 | 11011 | 110011 |
Color Harmonies of #895FA4
Complementary color
Monochromatic Colors of #895FA4
Black with #895FA4
Text Example
Text Example
White with #895FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FA4; }
p { color: rgb(137,95,164); }
H1.HeaderClassName
{
color: #895FA4;
}
.AnyTagClassName
{
color: #895FA4;
}
</style>
background-color css
<style>
a { background-color: #895FA4; }
a { background-color: rgb(137,95,164); }
div.DivClassName
{
background-color: #895FA4;
}
.BgClassName
{
background-color: #895FA4;
}
</style>
border-color css
<style>
span { border-color: #895FA4; }
span { border-color: rgb(137,95,164); }
td.TdClassName
{
border-color: #895FA4;
}
.TagClassName
{
border-color: #895FA4;
}
</style>