Shades of Ce Soir #9B66AF
Tints of Ce Soir #9B66AF
RGB
CMYK
RGB Variations
Color information
#9B66AF (or 0x9B66AF) is known color: Ce Soir. HEX triplet: 9B, 66 and AF. RGB value is (155,102,175). Sum of RGB (Red+Green+Blue) = 155+102+175=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B66AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B66AF is #649950. Grayscale: #7D7D7D. Windows color (decimal): -6592849 or 11495067. OLE color: 11495067.
HSL color Cylindrical-coordinate representation of color #9B66AF: hue angle of 283.56º 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 #9B66AF is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 102 | 175 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.31 |
| HSL | 283.56º | 0.31% | 0.54% | - |
| HSV(B) | 283.56º | 0.42% | 0.69% | - |
| XYZ | 26.01 | 19.57 | 42.96 | - |
| YUV | 126.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 175 | 0.11 | 0.42 | 0 | 0.31 | 283.56 | 0.31 | 0.54 |
| Hex | 9B | 66 | AF | B | 2A | 0 | 1F | 11C | 1F | 36 |
| Octal | 233 | 146 | 257 | 13 | 52 | 0 | 37 | 434 | 37 | 66 |
| Binary | 10011011 | 1100110 | 10101111 | 1011 | 101010 | 0 | 11111 | 100011100 | 11111 | 110110 |
Color Harmonies of #9B66AF
Complementary color
Monochromatic Colors of #9B66AF
Black with #9B66AF
Text Example
Text Example
White with #9B66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B66AF; }
p { color: rgb(155,102,175); }
H1.HeaderClassName
{
color: #9B66AF;
}
.AnyTagClassName
{
color: #9B66AF;
}
</style>
background-color css
<style>
a { background-color: #9B66AF; }
a { background-color: rgb(155,102,175); }
div.DivClassName
{
background-color: #9B66AF;
}
.BgClassName
{
background-color: #9B66AF;
}
</style>
border-color css
<style>
span { border-color: #9B66AF; }
span { border-color: rgb(155,102,175); }
td.TdClassName
{
border-color: #9B66AF;
}
.TagClassName
{
border-color: #9B66AF;
}
</style>