Shades of Ce Soir #905F9F
Tints of Ce Soir #905F9F
RGB
CMYK
RGB Variations
Color information
#905F9F (or 0x905F9F) is known color: Ce Soir. HEX triplet: 90, 5F and 9F. RGB value is (144,95,159). Sum of RGB (Red+Green+Blue) = 144+95+159=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #905F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905F9F is #6FA060. Grayscale: #747474. Windows color (decimal): -7315553 or 10444688. OLE color: 10444688.
HSL color Cylindrical-coordinate representation of color #905F9F: hue angle of 285.94º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905F9F is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 95 | 159 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.38 |
| HSL | 285.94º | 0.25% | 0.5% | - |
| HSV(B) | 285.94º | 0.4% | 0.62% | - |
| XYZ | 21.85 | 16.62 | 34.86 | - |
| YUV | 116.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 159 | 0.09 | 0.40 | 0 | 0.38 | 285.94 | 0.25 | 0.5 |
| Hex | 90 | 5F | 9F | 9 | 28 | 0 | 26 | 11E | 19 | 32 |
| Octal | 220 | 137 | 237 | 11 | 50 | 0 | 46 | 436 | 31 | 62 |
| Binary | 10010000 | 1011111 | 10011111 | 1001 | 101000 | 0 | 100110 | 100011110 | 11001 | 110010 |
Color Harmonies of #905F9F
Complementary color
Monochromatic Colors of #905F9F
Black with #905F9F
Text Example
Text Example
White with #905F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F9F; }
p { color: rgb(144,95,159); }
H1.HeaderClassName
{
color: #905F9F;
}
.AnyTagClassName
{
color: #905F9F;
}
</style>
background-color css
<style>
a { background-color: #905F9F; }
a { background-color: rgb(144,95,159); }
div.DivClassName
{
background-color: #905F9F;
}
.BgClassName
{
background-color: #905F9F;
}
</style>
border-color css
<style>
span { border-color: #905F9F; }
span { border-color: rgb(144,95,159); }
td.TdClassName
{
border-color: #905F9F;
}
.TagClassName
{
border-color: #905F9F;
}
</style>