Shades of Ce Soir #916CA4
Tints of Ce Soir #916CA4
RGB
CMYK
RGB Variations
Color information
#916CA4 (or 0x916CA4) is known color: Ce Soir. HEX triplet: 91, 6C and A4. RGB value is (145,108,164). Sum of RGB (Red+Green+Blue) = 145+108+164=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #916CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916CA4 is #6E935B. Grayscale: #7D7D7D. Windows color (decimal): -7246684 or 10775697. OLE color: 10775697.
HSL color Cylindrical-coordinate representation of color #916CA4: hue angle of 279.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916CA4 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 108 | 164 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.36 |
| HSL | 279.64º | 0.24% | 0.53% | - |
| HSV(B) | 279.64º | 0.34% | 0.64% | - |
| XYZ | 23.74 | 19.43 | 37.62 | - |
| YUV | 125.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 164 | 0.12 | 0.34 | 0 | 0.36 | 279.64 | 0.24 | 0.53 |
| Hex | 91 | 6C | A4 | C | 22 | 0 | 24 | 118 | 18 | 35 |
| Octal | 221 | 154 | 244 | 14 | 42 | 0 | 44 | 430 | 30 | 65 |
| Binary | 10010001 | 1101100 | 10100100 | 1100 | 100010 | 0 | 100100 | 100011000 | 11000 | 110101 |
Color Harmonies of #916CA4
Complementary color
Monochromatic Colors of #916CA4
Black with #916CA4
Text Example
Text Example
White with #916CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CA4; }
p { color: rgb(145,108,164); }
H1.HeaderClassName
{
color: #916CA4;
}
.AnyTagClassName
{
color: #916CA4;
}
</style>
background-color css
<style>
a { background-color: #916CA4; }
a { background-color: rgb(145,108,164); }
div.DivClassName
{
background-color: #916CA4;
}
.BgClassName
{
background-color: #916CA4;
}
</style>
border-color css
<style>
span { border-color: #916CA4; }
span { border-color: rgb(145,108,164); }
td.TdClassName
{
border-color: #916CA4;
}
.TagClassName
{
border-color: #916CA4;
}
</style>