Shades of Ce Soir #9068A1
Tints of Ce Soir #9068A1
RGB
CMYK
RGB Variations
Color information
#9068A1 (or 0x9068A1) is known color: Ce Soir. HEX triplet: 90, 68 and A1. RGB value is (144,104,161). Sum of RGB (Red+Green+Blue) = 144+104+161=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 161 - color contains mainly: blue. Hex color #9068A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9068A1 is #6F975E. Grayscale: #7A7A7A. Windows color (decimal): -7313247 or 10578064. OLE color: 10578064.
HSL color Cylindrical-coordinate representation of color #9068A1: hue angle of 282.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9068A1 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 104 | 161 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.37 |
| HSL | 282.11º | 0.23% | 0.52% | - |
| HSV(B) | 282.11º | 0.35% | 0.63% | - |
| XYZ | 22.88 | 18.4 | 36.06 | - |
| YUV | 122.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 161 | 0.11 | 0.35 | 0 | 0.37 | 282.11 | 0.23 | 0.52 |
| Hex | 90 | 68 | A1 | B | 23 | 0 | 25 | 11A | 17 | 34 |
| Octal | 220 | 150 | 241 | 13 | 43 | 0 | 45 | 432 | 27 | 64 |
| Binary | 10010000 | 1101000 | 10100001 | 1011 | 100011 | 0 | 100101 | 100011010 | 10111 | 110100 |
Color Harmonies of #9068A1
Complementary color
Monochromatic Colors of #9068A1
Black with #9068A1
Text Example
Text Example
White with #9068A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9068A1; }
p { color: rgb(144,104,161); }
H1.HeaderClassName
{
color: #9068A1;
}
.AnyTagClassName
{
color: #9068A1;
}
</style>
background-color css
<style>
a { background-color: #9068A1; }
a { background-color: rgb(144,104,161); }
div.DivClassName
{
background-color: #9068A1;
}
.BgClassName
{
background-color: #9068A1;
}
</style>
border-color css
<style>
span { border-color: #9068A1; }
span { border-color: rgb(144,104,161); }
td.TdClassName
{
border-color: #9068A1;
}
.TagClassName
{
border-color: #9068A1;
}
</style>