Shades of Ce Soir #9665AF
Tints of Ce Soir #9665AF
RGB
CMYK
RGB Variations
Color information
#9665AF (or 0x9665AF) is known color: Ce Soir. HEX triplet: 96, 65 and AF. RGB value is (150,101,175). Sum of RGB (Red+Green+Blue) = 150+101+175=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 101 (39.84% from 255 or 23.71% 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 #9665AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AF is #699A50. Grayscale: #7B7B7B. Windows color (decimal): -6920785 or 11494806. OLE color: 11494806.
HSL color Cylindrical-coordinate representation of color #9665AF: hue angle of 279.73º degrees, saturation: 0.32, 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 #9665AF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 101 | 175 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.31 |
| HSL | 279.73º | 0.32% | 0.54% | - |
| HSV(B) | 279.73º | 0.42% | 0.69% | - |
| XYZ | 24.97 | 18.89 | 42.89 | - |
| YUV | 124.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 175 | 0.14 | 0.42 | 0 | 0.31 | 279.73 | 0.32 | 0.54 |
| Hex | 96 | 65 | AF | E | 2A | 0 | 1F | 118 | 20 | 36 |
| Octal | 226 | 145 | 257 | 16 | 52 | 0 | 37 | 430 | 40 | 66 |
| Binary | 10010110 | 1100101 | 10101111 | 1110 | 101010 | 0 | 11111 | 100011000 | 100000 | 110110 |
Color Harmonies of #9665AF
Complementary color
Monochromatic Colors of #9665AF
Black with #9665AF
Text Example
Text Example
White with #9665AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665AF; }
p { color: rgb(150,101,175); }
H1.HeaderClassName
{
color: #9665AF;
}
.AnyTagClassName
{
color: #9665AF;
}
</style>
background-color css
<style>
a { background-color: #9665AF; }
a { background-color: rgb(150,101,175); }
div.DivClassName
{
background-color: #9665AF;
}
.BgClassName
{
background-color: #9665AF;
}
</style>
border-color css
<style>
span { border-color: #9665AF; }
span { border-color: rgb(150,101,175); }
td.TdClassName
{
border-color: #9665AF;
}
.TagClassName
{
border-color: #9665AF;
}
</style>