Shades of Ce Soir #946AAF
Tints of Ce Soir #946AAF
RGB
CMYK
RGB Variations
Color information
#946AAF (or 0x946AAF) is known color: Ce Soir. HEX triplet: 94, 6A and AF. RGB value is (148,106,175). Sum of RGB (Red+Green+Blue) = 148+106+175=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #946AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AAF is #6B9550. Grayscale: #7E7E7E. Windows color (decimal): -7050577 or 11496084. OLE color: 11496084.
HSL color Cylindrical-coordinate representation of color #946AAF: hue angle of 276.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #946AAF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 106 | 175 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.31 |
| HSL | 276.52º | 0.3% | 0.55% | - |
| HSV(B) | 276.52º | 0.39% | 0.69% | - |
| XYZ | 25.1 | 19.7 | 43.04 | - |
| YUV | 126.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 175 | 0.15 | 0.39 | 0 | 0.31 | 276.52 | 0.3 | 0.55 |
| Hex | 94 | 6A | AF | F | 27 | 0 | 1F | 115 | 1E | 37 |
| Octal | 224 | 152 | 257 | 17 | 47 | 0 | 37 | 425 | 36 | 67 |
| Binary | 10010100 | 1101010 | 10101111 | 1111 | 100111 | 0 | 11111 | 100010101 | 11110 | 110111 |
Color Harmonies of #946AAF
Complementary color
Monochromatic Colors of #946AAF
Black with #946AAF
Text Example
Text Example
White with #946AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946AAF; }
p { color: rgb(148,106,175); }
H1.HeaderClassName
{
color: #946AAF;
}
.AnyTagClassName
{
color: #946AAF;
}
</style>
background-color css
<style>
a { background-color: #946AAF; }
a { background-color: rgb(148,106,175); }
div.DivClassName
{
background-color: #946AAF;
}
.BgClassName
{
background-color: #946AAF;
}
</style>
border-color css
<style>
span { border-color: #946AAF; }
span { border-color: rgb(148,106,175); }
td.TdClassName
{
border-color: #946AAF;
}
.TagClassName
{
border-color: #946AAF;
}
</style>