Shades of Ce Soir #946BAA
Tints of Ce Soir #946BAA
RGB
CMYK
RGB Variations
Color information
#946BAA (or 0x946BAA) is known color: Ce Soir. HEX triplet: 94, 6B and AA. RGB value is (148,107,170). Sum of RGB (Red+Green+Blue) = 148+107+170=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #946BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAA is #6B9455. Grayscale: #7E7E7E. Windows color (decimal): -7050326 or 11168660. OLE color: 11168660.
HSL color Cylindrical-coordinate representation of color #946BAA: hue angle of 279.05º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #946BAA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 107 | 170 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.33 |
| HSL | 279.05º | 0.27% | 0.54% | - |
| HSV(B) | 279.05º | 0.37% | 0.67% | - |
| XYZ | 24.73 | 19.71 | 40.53 | - |
| YUV | 126.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 170 | 0.13 | 0.37 | 0 | 0.33 | 279.05 | 0.27 | 0.54 |
| Hex | 94 | 6B | AA | D | 25 | 0 | 21 | 117 | 1B | 36 |
| Octal | 224 | 153 | 252 | 15 | 45 | 0 | 41 | 427 | 33 | 66 |
| Binary | 10010100 | 1101011 | 10101010 | 1101 | 100101 | 0 | 100001 | 100010111 | 11011 | 110110 |
Color Harmonies of #946BAA
Complementary color
Monochromatic Colors of #946BAA
Black with #946BAA
Text Example
Text Example
White with #946BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BAA; }
p { color: rgb(148,107,170); }
H1.HeaderClassName
{
color: #946BAA;
}
.AnyTagClassName
{
color: #946BAA;
}
</style>
background-color css
<style>
a { background-color: #946BAA; }
a { background-color: rgb(148,107,170); }
div.DivClassName
{
background-color: #946BAA;
}
.BgClassName
{
background-color: #946BAA;
}
</style>
border-color css
<style>
span { border-color: #946BAA; }
span { border-color: rgb(148,107,170); }
td.TdClassName
{
border-color: #946BAA;
}
.TagClassName
{
border-color: #946BAA;
}
</style>