Shades of Ce Soir #946BAF
Tints of Ce Soir #946BAF
RGB
CMYK
RGB Variations
Color information
#946BAF (or 0x946BAF) is known color: Ce Soir. HEX triplet: 94, 6B and AF. RGB value is (148,107,175). Sum of RGB (Red+Green+Blue) = 148+107+175=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #946BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAF is #6B9450. Grayscale: #7E7E7E. Windows color (decimal): -7050321 or 11496340. OLE color: 11496340.
HSL color Cylindrical-coordinate representation of color #946BAF: hue angle of 276.18º 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 #946BAF is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 107 | 175 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.31 |
| HSL | 276.18º | 0.3% | 0.55% | - |
| HSV(B) | 276.18º | 0.39% | 0.69% | - |
| XYZ | 25.21 | 19.91 | 43.07 | - |
| YUV | 127.01 | 155.08 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 175 | 0.15 | 0.39 | 0 | 0.31 | 276.18 | 0.3 | 0.55 |
| Hex | 94 | 6B | AF | F | 27 | 0 | 1F | 114 | 1E | 37 |
| Octal | 224 | 153 | 257 | 17 | 47 | 0 | 37 | 424 | 36 | 67 |
| Binary | 10010100 | 1101011 | 10101111 | 1111 | 100111 | 0 | 11111 | 100010100 | 11110 | 110111 |
Color Harmonies of #946BAF
Complementary color
Monochromatic Colors of #946BAF
Black with #946BAF
Text Example
Text Example
White with #946BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BAF; }
p { color: rgb(148,107,175); }
H1.HeaderClassName
{
color: #946BAF;
}
.AnyTagClassName
{
color: #946BAF;
}
</style>
background-color css
<style>
a { background-color: #946BAF; }
a { background-color: rgb(148,107,175); }
div.DivClassName
{
background-color: #946BAF;
}
.BgClassName
{
background-color: #946BAF;
}
</style>
border-color css
<style>
span { border-color: #946BAF; }
span { border-color: rgb(148,107,175); }
td.TdClassName
{
border-color: #946BAF;
}
.TagClassName
{
border-color: #946BAF;
}
</style>