Shades of Ce Soir #9462AB
Tints of Ce Soir #9462AB
RGB
CMYK
RGB Variations
Color information
#9462AB (or 0x9462AB) is known color: Ce Soir. HEX triplet: 94, 62 and AB. RGB value is (148,98,171). Sum of RGB (Red+Green+Blue) = 148+98+171=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9462AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9462AB is #6B9D54. Grayscale: #797979. Windows color (decimal): -7052629 or 11231892. OLE color: 11231892.
HSL color Cylindrical-coordinate representation of color #9462AB: hue angle of 281.1º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9462AB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 98 | 171 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.33 |
| HSL | 281.1º | 0.3% | 0.53% | - |
| HSV(B) | 281.1º | 0.43% | 0.67% | - |
| XYZ | 23.93 | 17.97 | 40.74 | - |
| YUV | 121.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 171 | 0.13 | 0.43 | 0 | 0.33 | 281.1 | 0.3 | 0.53 |
| Hex | 94 | 62 | AB | D | 2B | 0 | 21 | 119 | 1E | 35 |
| Octal | 224 | 142 | 253 | 15 | 53 | 0 | 41 | 431 | 36 | 65 |
| Binary | 10010100 | 1100010 | 10101011 | 1101 | 101011 | 0 | 100001 | 100011001 | 11110 | 110101 |
Color Harmonies of #9462AB
Complementary color
Monochromatic Colors of #9462AB
Black with #9462AB
Text Example
Text Example
White with #9462AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462AB; }
p { color: rgb(148,98,171); }
H1.HeaderClassName
{
color: #9462AB;
}
.AnyTagClassName
{
color: #9462AB;
}
</style>
background-color css
<style>
a { background-color: #9462AB; }
a { background-color: rgb(148,98,171); }
div.DivClassName
{
background-color: #9462AB;
}
.BgClassName
{
background-color: #9462AB;
}
</style>
border-color css
<style>
span { border-color: #9462AB; }
span { border-color: rgb(148,98,171); }
td.TdClassName
{
border-color: #9462AB;
}
.TagClassName
{
border-color: #9462AB;
}
</style>