Shades of Ce Soir #9471AB
Tints of Ce Soir #9471AB
RGB
CMYK
RGB Variations
Color information
#9471AB (or 0x9471AB) is known color: Ce Soir. HEX triplet: 94, 71 and AB. RGB value is (148,113,171). Sum of RGB (Red+Green+Blue) = 148+113+171=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #9471AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9471AB is #6B8E54. Grayscale: #818181. Windows color (decimal): -7048789 or 11235732. OLE color: 11235732.
HSL color Cylindrical-coordinate representation of color #9471AB: hue angle of 276.21º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9471AB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 113 | 171 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.33 |
| HSL | 276.21º | 0.26% | 0.56% | - |
| HSV(B) | 276.21º | 0.34% | 0.67% | - |
| XYZ | 25.47 | 21.05 | 41.25 | - |
| YUV | 130.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 171 | 0.13 | 0.34 | 0 | 0.33 | 276.21 | 0.26 | 0.56 |
| Hex | 94 | 71 | AB | D | 22 | 0 | 21 | 114 | 1A | 38 |
| Octal | 224 | 161 | 253 | 15 | 42 | 0 | 41 | 424 | 32 | 70 |
| Binary | 10010100 | 1110001 | 10101011 | 1101 | 100010 | 0 | 100001 | 100010100 | 11010 | 111000 |
Color Harmonies of #9471AB
Complementary color
Monochromatic Colors of #9471AB
Black with #9471AB
Text Example
Text Example
White with #9471AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471AB; }
p { color: rgb(148,113,171); }
H1.HeaderClassName
{
color: #9471AB;
}
.AnyTagClassName
{
color: #9471AB;
}
</style>
background-color css
<style>
a { background-color: #9471AB; }
a { background-color: rgb(148,113,171); }
div.DivClassName
{
background-color: #9471AB;
}
.BgClassName
{
background-color: #9471AB;
}
</style>
border-color css
<style>
span { border-color: #9471AB; }
span { border-color: rgb(148,113,171); }
td.TdClassName
{
border-color: #9471AB;
}
.TagClassName
{
border-color: #9471AB;
}
</style>