Shades of Ce Soir #9A69B7
Tints of Ce Soir #9A69B7
RGB
CMYK
RGB Variations
Color information
#9A69B7 (or 0x9A69B7) is known color: Ce Soir. HEX triplet: 9A, 69 and B7. RGB value is (154,105,183). Sum of RGB (Red+Green+Blue) = 154+105+183=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #9A69B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69B7 is #659648. Grayscale: #808080. Windows color (decimal): -6657609 or 12020122. OLE color: 12020122.
HSL color Cylindrical-coordinate representation of color #9A69B7: hue angle of 277.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A69B7 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 105 | 183 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.28 |
| HSL | 277.69º | 0.35% | 0.56% | - |
| HSV(B) | 277.69º | 0.43% | 0.72% | - |
| XYZ | 26.93 | 20.39 | 47.32 | - |
| YUV | 128.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 183 | 0.16 | 0.43 | 0 | 0.28 | 277.69 | 0.35 | 0.56 |
| Hex | 9A | 69 | B7 | 10 | 2B | 0 | 1C | 116 | 23 | 38 |
| Octal | 232 | 151 | 267 | 20 | 53 | 0 | 34 | 426 | 43 | 70 |
| Binary | 10011010 | 1101001 | 10110111 | 10000 | 101011 | 0 | 11100 | 100010110 | 100011 | 111000 |
Color Harmonies of #9A69B7
Complementary color
Monochromatic Colors of #9A69B7
Black with #9A69B7
Text Example
Text Example
White with #9A69B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69B7; }
p { color: rgb(154,105,183); }
H1.HeaderClassName
{
color: #9A69B7;
}
.AnyTagClassName
{
color: #9A69B7;
}
</style>
background-color css
<style>
a { background-color: #9A69B7; }
a { background-color: rgb(154,105,183); }
div.DivClassName
{
background-color: #9A69B7;
}
.BgClassName
{
background-color: #9A69B7;
}
</style>
border-color css
<style>
span { border-color: #9A69B7; }
span { border-color: rgb(154,105,183); }
td.TdClassName
{
border-color: #9A69B7;
}
.TagClassName
{
border-color: #9A69B7;
}
</style>