Shades of Ce Soir #9B6CAF
Tints of Ce Soir #9B6CAF
RGB
CMYK
RGB Variations
Color information
#9B6CAF (or 0x9B6CAF) is known color: Ce Soir. HEX triplet: 9B, 6C and AF. RGB value is (155,108,175). Sum of RGB (Red+Green+Blue) = 155+108+175=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6CAF is #649350. Grayscale: #818181. Windows color (decimal): -6591313 or 11496603. OLE color: 11496603.
HSL color Cylindrical-coordinate representation of color #9B6CAF: hue angle of 282.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6CAF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 108 | 175 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.31 |
| HSL | 282.09º | 0.3% | 0.55% | - |
| HSV(B) | 282.09º | 0.38% | 0.69% | - |
| XYZ | 26.62 | 20.79 | 43.17 | - |
| YUV | 129.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 175 | 0.11 | 0.38 | 0 | 0.31 | 282.09 | 0.3 | 0.55 |
| Hex | 9B | 6C | AF | B | 26 | 0 | 1F | 11A | 1E | 37 |
| Octal | 233 | 154 | 257 | 13 | 46 | 0 | 37 | 432 | 36 | 67 |
| Binary | 10011011 | 1101100 | 10101111 | 1011 | 100110 | 0 | 11111 | 100011010 | 11110 | 110111 |
Color Harmonies of #9B6CAF
Complementary color
Monochromatic Colors of #9B6CAF
Black with #9B6CAF
Text Example
Text Example
White with #9B6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6CAF; }
p { color: rgb(155,108,175); }
H1.HeaderClassName
{
color: #9B6CAF;
}
.AnyTagClassName
{
color: #9B6CAF;
}
</style>
background-color css
<style>
a { background-color: #9B6CAF; }
a { background-color: rgb(155,108,175); }
div.DivClassName
{
background-color: #9B6CAF;
}
.BgClassName
{
background-color: #9B6CAF;
}
</style>
border-color css
<style>
span { border-color: #9B6CAF; }
span { border-color: rgb(155,108,175); }
td.TdClassName
{
border-color: #9B6CAF;
}
.TagClassName
{
border-color: #9B6CAF;
}
</style>