Shades of Ce Soir #936CAF
Tints of Ce Soir #936CAF
RGB
CMYK
RGB Variations
Color information
#936CAF (or 0x936CAF) is known color: Ce Soir. HEX triplet: 93, 6C and AF. RGB value is (147,108,175). Sum of RGB (Red+Green+Blue) = 147+108+175=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 108 (42.58% from 255 or 25.12% 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 #936CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936CAF is #6C9350. Grayscale: #7F7F7F. Windows color (decimal): -7115601 or 11496595. OLE color: 11496595.
HSL color Cylindrical-coordinate representation of color #936CAF: hue angle of 274.93º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #936CAF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 108 | 175 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.31 |
| HSL | 274.93º | 0.3% | 0.55% | - |
| HSV(B) | 274.93º | 0.38% | 0.69% | - |
| XYZ | 25.13 | 20.02 | 43.1 | - |
| YUV | 127.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 175 | 0.16 | 0.38 | 0 | 0.31 | 274.93 | 0.3 | 0.55 |
| Hex | 93 | 6C | AF | 10 | 26 | 0 | 1F | 113 | 1E | 37 |
| Octal | 223 | 154 | 257 | 20 | 46 | 0 | 37 | 423 | 36 | 67 |
| Binary | 10010011 | 1101100 | 10101111 | 10000 | 100110 | 0 | 11111 | 100010011 | 11110 | 110111 |
Color Harmonies of #936CAF
Complementary color
Monochromatic Colors of #936CAF
Black with #936CAF
Text Example
Text Example
White with #936CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CAF; }
p { color: rgb(147,108,175); }
H1.HeaderClassName
{
color: #936CAF;
}
.AnyTagClassName
{
color: #936CAF;
}
</style>
background-color css
<style>
a { background-color: #936CAF; }
a { background-color: rgb(147,108,175); }
div.DivClassName
{
background-color: #936CAF;
}
.BgClassName
{
background-color: #936CAF;
}
</style>
border-color css
<style>
span { border-color: #936CAF; }
span { border-color: rgb(147,108,175); }
td.TdClassName
{
border-color: #936CAF;
}
.TagClassName
{
border-color: #936CAF;
}
</style>