Shades of Ce Soir #9669AF
Tints of Ce Soir #9669AF
RGB
CMYK
RGB Variations
Color information
#9669AF (or 0x9669AF) is known color: Ce Soir. HEX triplet: 96, 69 and AF. RGB value is (150,105,175). Sum of RGB (Red+Green+Blue) = 150+105+175=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #9669AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AF is #699650. Grayscale: #7E7E7E. Windows color (decimal): -6919761 or 11495830. OLE color: 11495830.
HSL color Cylindrical-coordinate representation of color #9669AF: hue angle of 278.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9669AF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 105 | 175 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.31 |
| HSL | 278.57º | 0.3% | 0.55% | - |
| HSV(B) | 278.57º | 0.4% | 0.69% | - |
| XYZ | 25.37 | 19.68 | 43.02 | - |
| YUV | 126.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 175 | 0.14 | 0.40 | 0 | 0.31 | 278.57 | 0.3 | 0.55 |
| Hex | 96 | 69 | AF | E | 28 | 0 | 1F | 117 | 1E | 37 |
| Octal | 226 | 151 | 257 | 16 | 50 | 0 | 37 | 427 | 36 | 67 |
| Binary | 10010110 | 1101001 | 10101111 | 1110 | 101000 | 0 | 11111 | 100010111 | 11110 | 110111 |
Color Harmonies of #9669AF
Complementary color
Monochromatic Colors of #9669AF
Black with #9669AF
Text Example
Text Example
White with #9669AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669AF; }
p { color: rgb(150,105,175); }
H1.HeaderClassName
{
color: #9669AF;
}
.AnyTagClassName
{
color: #9669AF;
}
</style>
background-color css
<style>
a { background-color: #9669AF; }
a { background-color: rgb(150,105,175); }
div.DivClassName
{
background-color: #9669AF;
}
.BgClassName
{
background-color: #9669AF;
}
</style>
border-color css
<style>
span { border-color: #9669AF; }
span { border-color: rgb(150,105,175); }
td.TdClassName
{
border-color: #9669AF;
}
.TagClassName
{
border-color: #9669AF;
}
</style>