Shades of Ce Soir #9369B4
Tints of Ce Soir #9369B4
RGB
CMYK
RGB Variations
Color information
#9369B4 (or 0x9369B4) is known color: Ce Soir. HEX triplet: 93, 69 and B4. RGB value is (147,105,180). Sum of RGB (Red+Green+Blue) = 147+105+180=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #9369B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369B4 is #6C964B. Grayscale: #7D7D7D. Windows color (decimal): -7116364 or 11823507. OLE color: 11823507.
HSL color Cylindrical-coordinate representation of color #9369B4: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9369B4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 105 | 180 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.29 |
| HSL | 273.6º | 0.33% | 0.56% | - |
| HSV(B) | 273.6º | 0.42% | 0.71% | - |
| XYZ | 25.32 | 19.6 | 45.63 | - |
| YUV | 126.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 180 | 0.18 | 0.42 | 0 | 0.29 | 273.6 | 0.33 | 0.56 |
| Hex | 93 | 69 | B4 | 12 | 2A | 0 | 1D | 112 | 21 | 38 |
| Octal | 223 | 151 | 264 | 22 | 52 | 0 | 35 | 422 | 41 | 70 |
| Binary | 10010011 | 1101001 | 10110100 | 10010 | 101010 | 0 | 11101 | 100010010 | 100001 | 111000 |
Color Harmonies of #9369B4
Complementary color
Monochromatic Colors of #9369B4
Black with #9369B4
Text Example
Text Example
White with #9369B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369B4; }
p { color: rgb(147,105,180); }
H1.HeaderClassName
{
color: #9369B4;
}
.AnyTagClassName
{
color: #9369B4;
}
</style>
background-color css
<style>
a { background-color: #9369B4; }
a { background-color: rgb(147,105,180); }
div.DivClassName
{
background-color: #9369B4;
}
.BgClassName
{
background-color: #9369B4;
}
</style>
border-color css
<style>
span { border-color: #9369B4; }
span { border-color: rgb(147,105,180); }
td.TdClassName
{
border-color: #9369B4;
}
.TagClassName
{
border-color: #9369B4;
}
</style>