Shades of Ce Soir #905EA4
Tints of Ce Soir #905EA4
RGB
CMYK
RGB Variations
Color information
#905EA4 (or 0x905EA4) is known color: Ce Soir. HEX triplet: 90, 5E and A4. RGB value is (144,94,164). Sum of RGB (Red+Green+Blue) = 144+94+164=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #905EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EA4 is #6FA15B. Grayscale: #747474. Windows color (decimal): -7315804 or 10772112. OLE color: 10772112.
HSL color Cylindrical-coordinate representation of color #905EA4: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905EA4 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 94 | 164 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.36 |
| HSL | 282.86º | 0.28% | 0.51% | - |
| HSV(B) | 282.86º | 0.43% | 0.64% | - |
| XYZ | 22.21 | 16.62 | 37.16 | - |
| YUV | 116.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 164 | 0.12 | 0.43 | 0 | 0.36 | 282.86 | 0.28 | 0.51 |
| Hex | 90 | 5E | A4 | C | 2B | 0 | 24 | 11B | 1C | 33 |
| Octal | 220 | 136 | 244 | 14 | 53 | 0 | 44 | 433 | 34 | 63 |
| Binary | 10010000 | 1011110 | 10100100 | 1100 | 101011 | 0 | 100100 | 100011011 | 11100 | 110011 |
Color Harmonies of #905EA4
Complementary color
Monochromatic Colors of #905EA4
Black with #905EA4
Text Example
Text Example
White with #905EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EA4; }
p { color: rgb(144,94,164); }
H1.HeaderClassName
{
color: #905EA4;
}
.AnyTagClassName
{
color: #905EA4;
}
</style>
background-color css
<style>
a { background-color: #905EA4; }
a { background-color: rgb(144,94,164); }
div.DivClassName
{
background-color: #905EA4;
}
.BgClassName
{
background-color: #905EA4;
}
</style>
border-color css
<style>
span { border-color: #905EA4; }
span { border-color: rgb(144,94,164); }
td.TdClassName
{
border-color: #905EA4;
}
.TagClassName
{
border-color: #905EA4;
}
</style>