Shades of Ce Soir #996AB5
Tints of Ce Soir #996AB5
RGB
CMYK
RGB Variations
Color information
#996AB5 (or 0x996AB5) is known color: Ce Soir. HEX triplet: 99, 6A and B5. RGB value is (153,106,181). Sum of RGB (Red+Green+Blue) = 153+106+181=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #996AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AB5 is #66954A. Grayscale: #808080. Windows color (decimal): -6722891 or 11889305. OLE color: 11889305.
HSL color Cylindrical-coordinate representation of color #996AB5: hue angle of 277.6º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996AB5 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 106 | 181 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.29 |
| HSL | 277.6º | 0.34% | 0.56% | - |
| HSV(B) | 277.6º | 0.41% | 0.71% | - |
| XYZ | 26.63 | 20.42 | 46.25 | - |
| YUV | 128.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 181 | 0.15 | 0.41 | 0 | 0.29 | 277.6 | 0.34 | 0.56 |
| Hex | 99 | 6A | B5 | F | 29 | 0 | 1D | 116 | 22 | 38 |
| Octal | 231 | 152 | 265 | 17 | 51 | 0 | 35 | 426 | 42 | 70 |
| Binary | 10011001 | 1101010 | 10110101 | 1111 | 101001 | 0 | 11101 | 100010110 | 100010 | 111000 |
Color Harmonies of #996AB5
Complementary color
Monochromatic Colors of #996AB5
Black with #996AB5
Text Example
Text Example
White with #996AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AB5; }
p { color: rgb(153,106,181); }
H1.HeaderClassName
{
color: #996AB5;
}
.AnyTagClassName
{
color: #996AB5;
}
</style>
background-color css
<style>
a { background-color: #996AB5; }
a { background-color: rgb(153,106,181); }
div.DivClassName
{
background-color: #996AB5;
}
.BgClassName
{
background-color: #996AB5;
}
</style>
border-color css
<style>
span { border-color: #996AB5; }
span { border-color: rgb(153,106,181); }
td.TdClassName
{
border-color: #996AB5;
}
.TagClassName
{
border-color: #996AB5;
}
</style>