Shades of Ce Soir #905AA4
Tints of Ce Soir #905AA4
RGB
CMYK
RGB Variations
Color information
#905AA4 (or 0x905AA4) is known color: Ce Soir. HEX triplet: 90, 5A and A4. RGB value is (144,90,164). Sum of RGB (Red+Green+Blue) = 144+90+164=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #905AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905AA4 is #6FA55B. Grayscale: #727272. Windows color (decimal): -7316828 or 10771088. OLE color: 10771088.
HSL color Cylindrical-coordinate representation of color #905AA4: hue angle of 283.78º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #905AA4 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 90 | 164 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.36 |
| HSL | 283.78º | 0.29% | 0.5% | - |
| HSV(B) | 283.78º | 0.45% | 0.64% | - |
| XYZ | 21.86 | 15.92 | 37.04 | - |
| YUV | 114.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 164 | 0.12 | 0.45 | 0 | 0.36 | 283.78 | 0.29 | 0.5 |
| Hex | 90 | 5A | A4 | C | 2D | 0 | 24 | 11C | 1D | 32 |
| Octal | 220 | 132 | 244 | 14 | 55 | 0 | 44 | 434 | 35 | 62 |
| Binary | 10010000 | 1011010 | 10100100 | 1100 | 101101 | 0 | 100100 | 100011100 | 11101 | 110010 |
Color Harmonies of #905AA4
Complementary color
Monochromatic Colors of #905AA4
Black with #905AA4
Text Example
Text Example
White with #905AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AA4; }
p { color: rgb(144,90,164); }
H1.HeaderClassName
{
color: #905AA4;
}
.AnyTagClassName
{
color: #905AA4;
}
</style>
background-color css
<style>
a { background-color: #905AA4; }
a { background-color: rgb(144,90,164); }
div.DivClassName
{
background-color: #905AA4;
}
.BgClassName
{
background-color: #905AA4;
}
</style>
border-color css
<style>
span { border-color: #905AA4; }
span { border-color: rgb(144,90,164); }
td.TdClassName
{
border-color: #905AA4;
}
.TagClassName
{
border-color: #905AA4;
}
</style>