Shades of Ce Soir #905BA3
Tints of Ce Soir #905BA3
RGB
CMYK
RGB Variations
Color information
#905BA3 (or 0x905BA3) is known color: Ce Soir. HEX triplet: 90, 5B and A3. RGB value is (144,91,163). Sum of RGB (Red+Green+Blue) = 144+91+163=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 163 - color contains mainly: blue. Hex color #905BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905BA3 is #6FA45C. Grayscale: #727272. Windows color (decimal): -7316573 or 10705808. OLE color: 10705808.
HSL color Cylindrical-coordinate representation of color #905BA3: hue angle of 284.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905BA3 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 91 | 163 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.36 |
| HSL | 284.17º | 0.28% | 0.5% | - |
| HSV(B) | 284.17º | 0.44% | 0.64% | - |
| XYZ | 21.85 | 16.06 | 36.6 | - |
| YUV | 115.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 163 | 0.12 | 0.44 | 0 | 0.36 | 284.17 | 0.28 | 0.5 |
| Hex | 90 | 5B | A3 | C | 2C | 0 | 24 | 11C | 1C | 32 |
| Octal | 220 | 133 | 243 | 14 | 54 | 0 | 44 | 434 | 34 | 62 |
| Binary | 10010000 | 1011011 | 10100011 | 1100 | 101100 | 0 | 100100 | 100011100 | 11100 | 110010 |
Color Harmonies of #905BA3
Complementary color
Monochromatic Colors of #905BA3
Black with #905BA3
Text Example
Text Example
White with #905BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BA3; }
p { color: rgb(144,91,163); }
H1.HeaderClassName
{
color: #905BA3;
}
.AnyTagClassName
{
color: #905BA3;
}
</style>
background-color css
<style>
a { background-color: #905BA3; }
a { background-color: rgb(144,91,163); }
div.DivClassName
{
background-color: #905BA3;
}
.BgClassName
{
background-color: #905BA3;
}
</style>
border-color css
<style>
span { border-color: #905BA3; }
span { border-color: rgb(144,91,163); }
td.TdClassName
{
border-color: #905BA3;
}
.TagClassName
{
border-color: #905BA3;
}
</style>