Shades of Ce Soir #9075A9
Tints of Ce Soir #9075A9
RGB
CMYK
RGB Variations
Color information
#9075A9 (or 0x9075A9) is known color: Ce Soir. HEX triplet: 90, 75 and A9. RGB value is (144,117,169). Sum of RGB (Red+Green+Blue) = 144+117+169=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 169 - color contains mainly: blue. Hex color #9075A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9075A9 is #6F8A56. Grayscale: #828282. Windows color (decimal): -7309911 or 11105680. OLE color: 11105680.
HSL color Cylindrical-coordinate representation of color #9075A9: hue angle of 271.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9075A9 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 117 | 169 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.34 |
| HSL | 271.15º | 0.23% | 0.56% | - |
| HSV(B) | 271.15º | 0.31% | 0.66% | - |
| XYZ | 25.02 | 21.52 | 40.37 | - |
| YUV | 131 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 169 | 0.15 | 0.31 | 0 | 0.34 | 271.15 | 0.23 | 0.56 |
| Hex | 90 | 75 | A9 | F | 1F | 0 | 22 | 10F | 17 | 38 |
| Octal | 220 | 165 | 251 | 17 | 37 | 0 | 42 | 417 | 27 | 70 |
| Binary | 10010000 | 1110101 | 10101001 | 1111 | 11111 | 0 | 100010 | 100001111 | 10111 | 111000 |
Color Harmonies of #9075A9
Complementary color
Monochromatic Colors of #9075A9
Black with #9075A9
Text Example
Text Example
White with #9075A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075A9; }
p { color: rgb(144,117,169); }
H1.HeaderClassName
{
color: #9075A9;
}
.AnyTagClassName
{
color: #9075A9;
}
</style>
background-color css
<style>
a { background-color: #9075A9; }
a { background-color: rgb(144,117,169); }
div.DivClassName
{
background-color: #9075A9;
}
.BgClassName
{
background-color: #9075A9;
}
</style>
border-color css
<style>
span { border-color: #9075A9; }
span { border-color: rgb(144,117,169); }
td.TdClassName
{
border-color: #9075A9;
}
.TagClassName
{
border-color: #9075A9;
}
</style>