Shades of Ce Soir #9669B4
Tints of Ce Soir #9669B4
RGB
CMYK
RGB Variations
Color information
#9669B4 (or 0x9669B4) is known color: Ce Soir. HEX triplet: 96, 69 and B4. RGB value is (150,105,180). Sum of RGB (Red+Green+Blue) = 150+105+180=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #9669B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669B4 is #69964B. Grayscale: #7E7E7E. Windows color (decimal): -6919756 or 11823510. OLE color: 11823510.
HSL color Cylindrical-coordinate representation of color #9669B4: hue angle of 276º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9669B4 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 105 | 180 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.29 |
| HSL | 276º | 0.33% | 0.56% | - |
| HSV(B) | 276º | 0.42% | 0.71% | - |
| XYZ | 25.87 | 19.88 | 45.65 | - |
| YUV | 127.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 180 | 0.17 | 0.42 | 0 | 0.29 | 276 | 0.33 | 0.56 |
| Hex | 96 | 69 | B4 | 11 | 2A | 0 | 1D | 114 | 21 | 38 |
| Octal | 226 | 151 | 264 | 21 | 52 | 0 | 35 | 424 | 41 | 70 |
| Binary | 10010110 | 1101001 | 10110100 | 10001 | 101010 | 0 | 11101 | 100010100 | 100001 | 111000 |
Color Harmonies of #9669B4
Complementary color
Monochromatic Colors of #9669B4
Black with #9669B4
Text Example
Text Example
White with #9669B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669B4; }
p { color: rgb(150,105,180); }
H1.HeaderClassName
{
color: #9669B4;
}
.AnyTagClassName
{
color: #9669B4;
}
</style>
background-color css
<style>
a { background-color: #9669B4; }
a { background-color: rgb(150,105,180); }
div.DivClassName
{
background-color: #9669B4;
}
.BgClassName
{
background-color: #9669B4;
}
</style>
border-color css
<style>
span { border-color: #9669B4; }
span { border-color: rgb(150,105,180); }
td.TdClassName
{
border-color: #9669B4;
}
.TagClassName
{
border-color: #9669B4;
}
</style>