Shades of Ce Soir #9566AF
Tints of Ce Soir #9566AF
RGB
CMYK
RGB Variations
Color information
#9566AF (or 0x9566AF) is known color: Ce Soir. HEX triplet: 95, 66 and AF. RGB value is (149,102,175). Sum of RGB (Red+Green+Blue) = 149+102+175=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9566AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9566AF is #6A9950. Grayscale: #7C7C7C. Windows color (decimal): -6986065 or 11495061. OLE color: 11495061.
HSL color Cylindrical-coordinate representation of color #9566AF: hue angle of 278.63º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9566AF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 102 | 175 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.31 |
| HSL | 278.63º | 0.31% | 0.54% | - |
| HSV(B) | 278.63º | 0.42% | 0.69% | - |
| XYZ | 24.88 | 18.99 | 42.91 | - |
| YUV | 124.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 175 | 0.15 | 0.42 | 0 | 0.31 | 278.63 | 0.31 | 0.54 |
| Hex | 95 | 66 | AF | F | 2A | 0 | 1F | 117 | 1F | 36 |
| Octal | 225 | 146 | 257 | 17 | 52 | 0 | 37 | 427 | 37 | 66 |
| Binary | 10010101 | 1100110 | 10101111 | 1111 | 101010 | 0 | 11111 | 100010111 | 11111 | 110110 |
Color Harmonies of #9566AF
Complementary color
Monochromatic Colors of #9566AF
Black with #9566AF
Text Example
Text Example
White with #9566AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566AF; }
p { color: rgb(149,102,175); }
H1.HeaderClassName
{
color: #9566AF;
}
.AnyTagClassName
{
color: #9566AF;
}
</style>
background-color css
<style>
a { background-color: #9566AF; }
a { background-color: rgb(149,102,175); }
div.DivClassName
{
background-color: #9566AF;
}
.BgClassName
{
background-color: #9566AF;
}
</style>
border-color css
<style>
span { border-color: #9566AF; }
span { border-color: rgb(149,102,175); }
td.TdClassName
{
border-color: #9566AF;
}
.TagClassName
{
border-color: #9566AF;
}
</style>