Shades of Ce Soir #9A6BB6
Tints of Ce Soir #9A6BB6
RGB
CMYK
RGB Variations
Color information
#9A6BB6 (or 0x9A6BB6) is known color: Ce Soir. HEX triplet: 9A, 6B and B6. RGB value is (154,107,182). Sum of RGB (Red+Green+Blue) = 154+107+182=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A6BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BB6 is #659449. Grayscale: #818181. Windows color (decimal): -6657098 or 11955098. OLE color: 11955098.
HSL color Cylindrical-coordinate representation of color #9A6BB6: hue angle of 277.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A6BB6 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 107 | 182 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.29 |
| HSL | 277.6º | 0.34% | 0.57% | - |
| HSV(B) | 277.6º | 0.41% | 0.71% | - |
| XYZ | 27.03 | 20.76 | 46.84 | - |
| YUV | 129.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 182 | 0.15 | 0.41 | 0 | 0.29 | 277.6 | 0.34 | 0.57 |
| Hex | 9A | 6B | B6 | F | 29 | 0 | 1D | 116 | 22 | 39 |
| Octal | 232 | 153 | 266 | 17 | 51 | 0 | 35 | 426 | 42 | 71 |
| Binary | 10011010 | 1101011 | 10110110 | 1111 | 101001 | 0 | 11101 | 100010110 | 100010 | 111001 |
Color Harmonies of #9A6BB6
Complementary color
Monochromatic Colors of #9A6BB6
Black with #9A6BB6
Text Example
Text Example
White with #9A6BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BB6; }
p { color: rgb(154,107,182); }
H1.HeaderClassName
{
color: #9A6BB6;
}
.AnyTagClassName
{
color: #9A6BB6;
}
</style>
background-color css
<style>
a { background-color: #9A6BB6; }
a { background-color: rgb(154,107,182); }
div.DivClassName
{
background-color: #9A6BB6;
}
.BgClassName
{
background-color: #9A6BB6;
}
</style>
border-color css
<style>
span { border-color: #9A6BB6; }
span { border-color: rgb(154,107,182); }
td.TdClassName
{
border-color: #9A6BB6;
}
.TagClassName
{
border-color: #9A6BB6;
}
</style>