Shades of Ce Soir #9471AC
Tints of Ce Soir #9471AC
RGB
CMYK
RGB Variations
Color information
#9471AC (or 0x9471AC) is known color: Ce Soir. HEX triplet: 94, 71 and AC. RGB value is (148,113,172). Sum of RGB (Red+Green+Blue) = 148+113+172=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9471AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9471AC is #6B8E53. Grayscale: #818181. Windows color (decimal): -7048788 or 11301268. OLE color: 11301268.
HSL color Cylindrical-coordinate representation of color #9471AC: hue angle of 275.59º 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 #9471AC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 113 | 172 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.33 |
| HSL | 275.59º | 0.26% | 0.56% | - |
| HSV(B) | 275.59º | 0.34% | 0.67% | - |
| XYZ | 25.56 | 21.08 | 41.75 | - |
| YUV | 130.19 | 151.6 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 172 | 0.14 | 0.34 | 0 | 0.33 | 275.59 | 0.26 | 0.56 |
| Hex | 94 | 71 | AC | E | 22 | 0 | 21 | 114 | 1A | 38 |
| Octal | 224 | 161 | 254 | 16 | 42 | 0 | 41 | 424 | 32 | 70 |
| Binary | 10010100 | 1110001 | 10101100 | 1110 | 100010 | 0 | 100001 | 100010100 | 11010 | 111000 |
Color Harmonies of #9471AC
Complementary color
Monochromatic Colors of #9471AC
Black with #9471AC
Text Example
Text Example
White with #9471AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471AC; }
p { color: rgb(148,113,172); }
H1.HeaderClassName
{
color: #9471AC;
}
.AnyTagClassName
{
color: #9471AC;
}
</style>
background-color css
<style>
a { background-color: #9471AC; }
a { background-color: rgb(148,113,172); }
div.DivClassName
{
background-color: #9471AC;
}
.BgClassName
{
background-color: #9471AC;
}
</style>
border-color css
<style>
span { border-color: #9471AC; }
span { border-color: rgb(148,113,172); }
td.TdClassName
{
border-color: #9471AC;
}
.TagClassName
{
border-color: #9471AC;
}
</style>