Shades of Ce Soir #9F6DB4
Tints of Ce Soir #9F6DB4
RGB
CMYK
RGB Variations
Color information
#9F6DB4 (or 0x9F6DB4) is known color: Ce Soir. HEX triplet: 9F, 6D and B4. RGB value is (159,109,180). Sum of RGB (Red+Green+Blue) = 159+109+180=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F6DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DB4 is #60924B. Grayscale: #838383. Windows color (decimal): -6328908 or 11824543. OLE color: 11824543.
HSL color Cylindrical-coordinate representation of color #9F6DB4: hue angle of 282.25º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6DB4 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 109 | 180 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.29 |
| HSL | 282.25º | 0.32% | 0.57% | - |
| HSV(B) | 282.25º | 0.39% | 0.71% | - |
| XYZ | 28 | 21.6 | 45.87 | - |
| YUV | 132.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 180 | 0.12 | 0.39 | 0 | 0.29 | 282.25 | 0.32 | 0.57 |
| Hex | 9F | 6D | B4 | C | 27 | 0 | 1D | 11A | 20 | 39 |
| Octal | 237 | 155 | 264 | 14 | 47 | 0 | 35 | 432 | 40 | 71 |
| Binary | 10011111 | 1101101 | 10110100 | 1100 | 100111 | 0 | 11101 | 100011010 | 100000 | 111001 |
Color Harmonies of #9F6DB4
Complementary color
Monochromatic Colors of #9F6DB4
Black with #9F6DB4
Text Example
Text Example
White with #9F6DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DB4; }
p { color: rgb(159,109,180); }
H1.HeaderClassName
{
color: #9F6DB4;
}
.AnyTagClassName
{
color: #9F6DB4;
}
</style>
background-color css
<style>
a { background-color: #9F6DB4; }
a { background-color: rgb(159,109,180); }
div.DivClassName
{
background-color: #9F6DB4;
}
.BgClassName
{
background-color: #9F6DB4;
}
</style>
border-color css
<style>
span { border-color: #9F6DB4; }
span { border-color: rgb(159,109,180); }
td.TdClassName
{
border-color: #9F6DB4;
}
.TagClassName
{
border-color: #9F6DB4;
}
</style>