Shades of Ce Soir #9164AF
Tints of Ce Soir #9164AF
RGB
CMYK
RGB Variations
Color information
#9164AF (or 0x9164AF) is known color: Ce Soir. HEX triplet: 91, 64 and AF. RGB value is (145,100,175). Sum of RGB (Red+Green+Blue) = 145+100+175=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #9164AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9164AF is #6E9B50. Grayscale: #797979. Windows color (decimal): -7248721 or 11494545. OLE color: 11494545.
HSL color Cylindrical-coordinate representation of color #9164AF: hue angle of 276º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9164AF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 100 | 175 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.31 |
| HSL | 276º | 0.32% | 0.54% | - |
| HSV(B) | 276º | 0.43% | 0.69% | - |
| XYZ | 23.97 | 18.23 | 42.81 | - |
| YUV | 122.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 175 | 0.17 | 0.43 | 0 | 0.31 | 276 | 0.32 | 0.54 |
| Hex | 91 | 64 | AF | 11 | 2B | 0 | 1F | 114 | 20 | 36 |
| Octal | 221 | 144 | 257 | 21 | 53 | 0 | 37 | 424 | 40 | 66 |
| Binary | 10010001 | 1100100 | 10101111 | 10001 | 101011 | 0 | 11111 | 100010100 | 100000 | 110110 |
Color Harmonies of #9164AF
Complementary color
Monochromatic Colors of #9164AF
Black with #9164AF
Text Example
Text Example
White with #9164AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164AF; }
p { color: rgb(145,100,175); }
H1.HeaderClassName
{
color: #9164AF;
}
.AnyTagClassName
{
color: #9164AF;
}
</style>
background-color css
<style>
a { background-color: #9164AF; }
a { background-color: rgb(145,100,175); }
div.DivClassName
{
background-color: #9164AF;
}
.BgClassName
{
background-color: #9164AF;
}
</style>
border-color css
<style>
span { border-color: #9164AF; }
span { border-color: rgb(145,100,175); }
td.TdClassName
{
border-color: #9164AF;
}
.TagClassName
{
border-color: #9164AF;
}
</style>