Shades of Ce Soir #956AA2
Tints of Ce Soir #956AA2
RGB
CMYK
RGB Variations
Color information
#956AA2 (or 0x956AA2) is known color: Ce Soir. HEX triplet: 95, 6A and A2. RGB value is (149,106,162). Sum of RGB (Red+Green+Blue) = 149+106+162=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #956AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956AA2 is #6A955D. Grayscale: #7D7D7D. Windows color (decimal): -6985054 or 10644117. OLE color: 10644117.
HSL color Cylindrical-coordinate representation of color #956AA2: hue angle of 286.07º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956AA2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 106 | 162 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.36 |
| HSL | 286.07º | 0.23% | 0.53% | - |
| HSV(B) | 286.07º | 0.35% | 0.64% | - |
| XYZ | 24.07 | 19.31 | 36.64 | - |
| YUV | 125.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 162 | 0.08 | 0.35 | 0 | 0.36 | 286.07 | 0.23 | 0.53 |
| Hex | 95 | 6A | A2 | 8 | 23 | 0 | 24 | 11E | 17 | 35 |
| Octal | 225 | 152 | 242 | 10 | 43 | 0 | 44 | 436 | 27 | 65 |
| Binary | 10010101 | 1101010 | 10100010 | 1000 | 100011 | 0 | 100100 | 100011110 | 10111 | 110101 |
Color Harmonies of #956AA2
Complementary color
Monochromatic Colors of #956AA2
Black with #956AA2
Text Example
Text Example
White with #956AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956AA2; }
p { color: rgb(149,106,162); }
H1.HeaderClassName
{
color: #956AA2;
}
.AnyTagClassName
{
color: #956AA2;
}
</style>
background-color css
<style>
a { background-color: #956AA2; }
a { background-color: rgb(149,106,162); }
div.DivClassName
{
background-color: #956AA2;
}
.BgClassName
{
background-color: #956AA2;
}
</style>
border-color css
<style>
span { border-color: #956AA2; }
span { border-color: rgb(149,106,162); }
td.TdClassName
{
border-color: #956AA2;
}
.TagClassName
{
border-color: #956AA2;
}
</style>