Shades of Ce Soir #905FA7
Tints of Ce Soir #905FA7
RGB
CMYK
RGB Variations
Color information
#905FA7 (or 0x905FA7) is known color: Ce Soir. HEX triplet: 90, 5F and A7. RGB value is (144,95,167). Sum of RGB (Red+Green+Blue) = 144+95+167=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #905FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905FA7 is #6FA058. Grayscale: #757575. Windows color (decimal): -7315545 or 10968976. OLE color: 10968976.
HSL color Cylindrical-coordinate representation of color #905FA7: hue angle of 280.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905FA7 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 95 | 167 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.35 |
| HSL | 280.83º | 0.29% | 0.51% | - |
| HSV(B) | 280.83º | 0.43% | 0.65% | - |
| XYZ | 22.57 | 16.9 | 38.63 | - |
| YUV | 117.86 | 155.73 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 167 | 0.14 | 0.43 | 0 | 0.35 | 280.83 | 0.29 | 0.51 |
| Hex | 90 | 5F | A7 | E | 2B | 0 | 23 | 119 | 1D | 33 |
| Octal | 220 | 137 | 247 | 16 | 53 | 0 | 43 | 431 | 35 | 63 |
| Binary | 10010000 | 1011111 | 10100111 | 1110 | 101011 | 0 | 100011 | 100011001 | 11101 | 110011 |
Color Harmonies of #905FA7
Complementary color
Monochromatic Colors of #905FA7
Black with #905FA7
Text Example
Text Example
White with #905FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FA7; }
p { color: rgb(144,95,167); }
H1.HeaderClassName
{
color: #905FA7;
}
.AnyTagClassName
{
color: #905FA7;
}
</style>
background-color css
<style>
a { background-color: #905FA7; }
a { background-color: rgb(144,95,167); }
div.DivClassName
{
background-color: #905FA7;
}
.BgClassName
{
background-color: #905FA7;
}
</style>
border-color css
<style>
span { border-color: #905FA7; }
span { border-color: rgb(144,95,167); }
td.TdClassName
{
border-color: #905FA7;
}
.TagClassName
{
border-color: #905FA7;
}
</style>