Shades of Ce Soir #905FAB
Tints of Ce Soir #905FAB
RGB
CMYK
RGB Variations
Color information
#905FAB (or 0x905FAB) is known color: Ce Soir. HEX triplet: 90, 5F and AB. RGB value is (144,95,171). Sum of RGB (Red+Green+Blue) = 144+95+171=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #905FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905FAB is #6FA054. Grayscale: #767676. Windows color (decimal): -7315541 or 11231120. OLE color: 11231120.
HSL color Cylindrical-coordinate representation of color #905FAB: hue angle of 278.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905FAB is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 95 | 171 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.33 |
| HSL | 278.68º | 0.31% | 0.52% | - |
| HSV(B) | 278.68º | 0.44% | 0.67% | - |
| XYZ | 22.94 | 17.05 | 40.61 | - |
| YUV | 118.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 171 | 0.16 | 0.44 | 0 | 0.33 | 278.68 | 0.31 | 0.52 |
| Hex | 90 | 5F | AB | 10 | 2C | 0 | 21 | 117 | 1F | 34 |
| Octal | 220 | 137 | 253 | 20 | 54 | 0 | 41 | 427 | 37 | 64 |
| Binary | 10010000 | 1011111 | 10101011 | 10000 | 101100 | 0 | 100001 | 100010111 | 11111 | 110100 |
Color Harmonies of #905FAB
Complementary color
Monochromatic Colors of #905FAB
Black with #905FAB
Text Example
Text Example
White with #905FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FAB; }
p { color: rgb(144,95,171); }
H1.HeaderClassName
{
color: #905FAB;
}
.AnyTagClassName
{
color: #905FAB;
}
</style>
background-color css
<style>
a { background-color: #905FAB; }
a { background-color: rgb(144,95,171); }
div.DivClassName
{
background-color: #905FAB;
}
.BgClassName
{
background-color: #905FAB;
}
</style>
border-color css
<style>
span { border-color: #905FAB; }
span { border-color: rgb(144,95,171); }
td.TdClassName
{
border-color: #905FAB;
}
.TagClassName
{
border-color: #905FAB;
}
</style>