Shades of Ce Soir #9F73B4
Tints of Ce Soir #9F73B4
RGB
CMYK
RGB Variations
Color information
#9F73B4 (or 0x9F73B4) is known color: Ce Soir. HEX triplet: 9F, 73 and B4. RGB value is (159,115,180). Sum of RGB (Red+Green+Blue) = 159+115+180=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F73B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73B4 is #608C4B. Grayscale: #878787. Windows color (decimal): -6327372 or 11826079. OLE color: 11826079.
HSL color Cylindrical-coordinate representation of color #9F73B4: hue angle of 280.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F73B4 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 115 | 180 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.29 |
| HSL | 280.62º | 0.3% | 0.58% | - |
| HSV(B) | 280.62º | 0.36% | 0.71% | - |
| XYZ | 28.67 | 22.93 | 46.09 | - |
| YUV | 135.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 180 | 0.12 | 0.36 | 0 | 0.29 | 280.62 | 0.3 | 0.58 |
| Hex | 9F | 73 | B4 | C | 24 | 0 | 1D | 119 | 1E | 3A |
| Octal | 237 | 163 | 264 | 14 | 44 | 0 | 35 | 431 | 36 | 72 |
| Binary | 10011111 | 1110011 | 10110100 | 1100 | 100100 | 0 | 11101 | 100011001 | 11110 | 111010 |
Color Harmonies of #9F73B4
Complementary color
Monochromatic Colors of #9F73B4
Black with #9F73B4
Text Example
Text Example
White with #9F73B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73B4; }
p { color: rgb(159,115,180); }
H1.HeaderClassName
{
color: #9F73B4;
}
.AnyTagClassName
{
color: #9F73B4;
}
</style>
background-color css
<style>
a { background-color: #9F73B4; }
a { background-color: rgb(159,115,180); }
div.DivClassName
{
background-color: #9F73B4;
}
.BgClassName
{
background-color: #9F73B4;
}
</style>
border-color css
<style>
span { border-color: #9F73B4; }
span { border-color: rgb(159,115,180); }
td.TdClassName
{
border-color: #9F73B4;
}
.TagClassName
{
border-color: #9F73B4;
}
</style>