Shades of Ce Soir #9467A9
Tints of Ce Soir #9467A9
RGB
CMYK
RGB Variations
Color information
#9467A9 (or 0x9467A9) is known color: Ce Soir. HEX triplet: 94, 67 and A9. RGB value is (148,103,169). Sum of RGB (Red+Green+Blue) = 148+103+169=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #9467A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9467A9 is #6B9856. Grayscale: #7B7B7B. Windows color (decimal): -7051351 or 11102100. OLE color: 11102100.
HSL color Cylindrical-coordinate representation of color #9467A9: hue angle of 280.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9467A9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 103 | 169 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.34 |
| HSL | 280.91º | 0.28% | 0.53% | - |
| HSV(B) | 280.91º | 0.39% | 0.66% | - |
| XYZ | 24.22 | 18.86 | 39.9 | - |
| YUV | 123.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 169 | 0.12 | 0.39 | 0 | 0.34 | 280.91 | 0.28 | 0.53 |
| Hex | 94 | 67 | A9 | C | 27 | 0 | 22 | 119 | 1C | 35 |
| Octal | 224 | 147 | 251 | 14 | 47 | 0 | 42 | 431 | 34 | 65 |
| Binary | 10010100 | 1100111 | 10101001 | 1100 | 100111 | 0 | 100010 | 100011001 | 11100 | 110101 |
Color Harmonies of #9467A9
Complementary color
Monochromatic Colors of #9467A9
Black with #9467A9
Text Example
Text Example
White with #9467A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9467A9; }
p { color: rgb(148,103,169); }
H1.HeaderClassName
{
color: #9467A9;
}
.AnyTagClassName
{
color: #9467A9;
}
</style>
background-color css
<style>
a { background-color: #9467A9; }
a { background-color: rgb(148,103,169); }
div.DivClassName
{
background-color: #9467A9;
}
.BgClassName
{
background-color: #9467A9;
}
</style>
border-color css
<style>
span { border-color: #9467A9; }
span { border-color: rgb(148,103,169); }
td.TdClassName
{
border-color: #9467A9;
}
.TagClassName
{
border-color: #9467A9;
}
</style>