Shades of Ce Soir #905CA5
Tints of Ce Soir #905CA5
RGB
CMYK
RGB Variations
Color information
#905CA5 (or 0x905CA5) is known color: Ce Soir. HEX triplet: 90, 5C and A5. RGB value is (144,92,165). Sum of RGB (Red+Green+Blue) = 144+92+165=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #905CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CA5 is #6FA35A. Grayscale: #737373. Windows color (decimal): -7316315 or 10837136. OLE color: 10837136.
HSL color Cylindrical-coordinate representation of color #905CA5: hue angle of 282.74º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905CA5 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 92 | 165 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.35 |
| HSL | 282.74º | 0.29% | 0.5% | - |
| HSV(B) | 282.74º | 0.44% | 0.65% | - |
| XYZ | 22.12 | 16.3 | 37.58 | - |
| YUV | 115.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 165 | 0.13 | 0.44 | 0 | 0.35 | 282.74 | 0.29 | 0.5 |
| Hex | 90 | 5C | A5 | D | 2C | 0 | 23 | 11B | 1D | 32 |
| Octal | 220 | 134 | 245 | 15 | 54 | 0 | 43 | 433 | 35 | 62 |
| Binary | 10010000 | 1011100 | 10100101 | 1101 | 101100 | 0 | 100011 | 100011011 | 11101 | 110010 |
Color Harmonies of #905CA5
Complementary color
Monochromatic Colors of #905CA5
Black with #905CA5
Text Example
Text Example
White with #905CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CA5; }
p { color: rgb(144,92,165); }
H1.HeaderClassName
{
color: #905CA5;
}
.AnyTagClassName
{
color: #905CA5;
}
</style>
background-color css
<style>
a { background-color: #905CA5; }
a { background-color: rgb(144,92,165); }
div.DivClassName
{
background-color: #905CA5;
}
.BgClassName
{
background-color: #905CA5;
}
</style>
border-color css
<style>
span { border-color: #905CA5; }
span { border-color: rgb(144,92,165); }
td.TdClassName
{
border-color: #905CA5;
}
.TagClassName
{
border-color: #905CA5;
}
</style>