Shades of Ce Soir #9464AB
Tints of Ce Soir #9464AB
RGB
CMYK
RGB Variations
Color information
#9464AB (or 0x9464AB) is known color: Ce Soir. HEX triplet: 94, 64 and AB. RGB value is (148,100,171). Sum of RGB (Red+Green+Blue) = 148+100+171=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #9464AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9464AB is #6B9B54. Grayscale: #7A7A7A. Windows color (decimal): -7052117 or 11232404. OLE color: 11232404.
HSL color Cylindrical-coordinate representation of color #9464AB: hue angle of 280.56º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9464AB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 100 | 171 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.33 |
| HSL | 280.56º | 0.3% | 0.53% | - |
| HSV(B) | 280.56º | 0.42% | 0.67% | - |
| XYZ | 24.12 | 18.35 | 40.8 | - |
| YUV | 122.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 171 | 0.13 | 0.42 | 0 | 0.33 | 280.56 | 0.3 | 0.53 |
| Hex | 94 | 64 | AB | D | 2A | 0 | 21 | 119 | 1E | 35 |
| Octal | 224 | 144 | 253 | 15 | 52 | 0 | 41 | 431 | 36 | 65 |
| Binary | 10010100 | 1100100 | 10101011 | 1101 | 101010 | 0 | 100001 | 100011001 | 11110 | 110101 |
Color Harmonies of #9464AB
Complementary color
Monochromatic Colors of #9464AB
Black with #9464AB
Text Example
Text Example
White with #9464AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9464AB; }
p { color: rgb(148,100,171); }
H1.HeaderClassName
{
color: #9464AB;
}
.AnyTagClassName
{
color: #9464AB;
}
</style>
background-color css
<style>
a { background-color: #9464AB; }
a { background-color: rgb(148,100,171); }
div.DivClassName
{
background-color: #9464AB;
}
.BgClassName
{
background-color: #9464AB;
}
</style>
border-color css
<style>
span { border-color: #9464AB; }
span { border-color: rgb(148,100,171); }
td.TdClassName
{
border-color: #9464AB;
}
.TagClassName
{
border-color: #9464AB;
}
</style>