Shades of Ce Soir #9467AB
Tints of Ce Soir #9467AB
RGB
CMYK
RGB Variations
Color information
#9467AB (or 0x9467AB) is known color: Ce Soir. HEX triplet: 94, 67 and AB. RGB value is (148,103,171). Sum of RGB (Red+Green+Blue) = 148+103+171=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9467AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9467AB is #6B9854. Grayscale: #7B7B7B. Windows color (decimal): -7051349 or 11233172. OLE color: 11233172.
HSL color Cylindrical-coordinate representation of color #9467AB: hue angle of 279.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9467AB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 103 | 171 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.33 |
| HSL | 279.71º | 0.29% | 0.54% | - |
| HSV(B) | 279.71º | 0.4% | 0.67% | - |
| XYZ | 24.41 | 18.94 | 40.9 | - |
| YUV | 124.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 171 | 0.13 | 0.40 | 0 | 0.33 | 279.71 | 0.29 | 0.54 |
| Hex | 94 | 67 | AB | D | 28 | 0 | 21 | 118 | 1D | 36 |
| Octal | 224 | 147 | 253 | 15 | 50 | 0 | 41 | 430 | 35 | 66 |
| Binary | 10010100 | 1100111 | 10101011 | 1101 | 101000 | 0 | 100001 | 100011000 | 11101 | 110110 |
Color Harmonies of #9467AB
Complementary color
Monochromatic Colors of #9467AB
Black with #9467AB
Text Example
Text Example
White with #9467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467AB; }
p { color: rgb(148,103,171); }
H1.HeaderClassName
{
color: #9467AB;
}
.AnyTagClassName
{
color: #9467AB;
}
</style>
background-color css
<style>
a { background-color: #9467AB; }
a { background-color: rgb(148,103,171); }
div.DivClassName
{
background-color: #9467AB;
}
.BgClassName
{
background-color: #9467AB;
}
</style>
border-color css
<style>
span { border-color: #9467AB; }
span { border-color: rgb(148,103,171); }
td.TdClassName
{
border-color: #9467AB;
}
.TagClassName
{
border-color: #9467AB;
}
</style>