Shades of Ce Soir #9069AD
Tints of Ce Soir #9069AD
RGB
CMYK
RGB Variations
Color information
#9069AD (or 0x9069AD) is known color: Ce Soir. HEX triplet: 90, 69 and AD. RGB value is (144,105,173). Sum of RGB (Red+Green+Blue) = 144+105+173=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #9069AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069AD is #6F9652. Grayscale: #7C7C7C. Windows color (decimal): -7312979 or 11364752. OLE color: 11364752.
HSL color Cylindrical-coordinate representation of color #9069AD: hue angle of 274.41º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9069AD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 105 | 173 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.32 |
| HSL | 274.41º | 0.29% | 0.55% | - |
| HSV(B) | 274.41º | 0.39% | 0.68% | - |
| XYZ | 24.1 | 19.05 | 41.94 | - |
| YUV | 124.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 173 | 0.17 | 0.39 | 0 | 0.32 | 274.41 | 0.29 | 0.55 |
| Hex | 90 | 69 | AD | 11 | 27 | 0 | 20 | 112 | 1D | 37 |
| Octal | 220 | 151 | 255 | 21 | 47 | 0 | 40 | 422 | 35 | 67 |
| Binary | 10010000 | 1101001 | 10101101 | 10001 | 100111 | 0 | 100000 | 100010010 | 11101 | 110111 |
Color Harmonies of #9069AD
Complementary color
Monochromatic Colors of #9069AD
Black with #9069AD
Text Example
Text Example
White with #9069AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069AD; }
p { color: rgb(144,105,173); }
H1.HeaderClassName
{
color: #9069AD;
}
.AnyTagClassName
{
color: #9069AD;
}
</style>
background-color css
<style>
a { background-color: #9069AD; }
a { background-color: rgb(144,105,173); }
div.DivClassName
{
background-color: #9069AD;
}
.BgClassName
{
background-color: #9069AD;
}
</style>
border-color css
<style>
span { border-color: #9069AD; }
span { border-color: rgb(144,105,173); }
td.TdClassName
{
border-color: #9069AD;
}
.TagClassName
{
border-color: #9069AD;
}
</style>