Shades of Ce Soir #9471AD
Tints of Ce Soir #9471AD
RGB
CMYK
RGB Variations
Color information
#9471AD (or 0x9471AD) is known color: Ce Soir. HEX triplet: 94, 71 and AD. RGB value is (148,113,173). Sum of RGB (Red+Green+Blue) = 148+113+173=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #9471AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9471AD is #6B8E52. Grayscale: #828282. Windows color (decimal): -7048787 or 11366804. OLE color: 11366804.
HSL color Cylindrical-coordinate representation of color #9471AD: hue angle of 275º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9471AD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 113 | 173 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.32 |
| HSL | 275º | 0.27% | 0.56% | - |
| HSV(B) | 275º | 0.35% | 0.68% | - |
| XYZ | 25.66 | 21.12 | 42.26 | - |
| YUV | 130.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 173 | 0.14 | 0.35 | 0 | 0.32 | 275 | 0.27 | 0.56 |
| Hex | 94 | 71 | AD | E | 23 | 0 | 20 | 113 | 1B | 38 |
| Octal | 224 | 161 | 255 | 16 | 43 | 0 | 40 | 423 | 33 | 70 |
| Binary | 10010100 | 1110001 | 10101101 | 1110 | 100011 | 0 | 100000 | 100010011 | 11011 | 111000 |
Color Harmonies of #9471AD
Complementary color
Monochromatic Colors of #9471AD
Black with #9471AD
Text Example
Text Example
White with #9471AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471AD; }
p { color: rgb(148,113,173); }
H1.HeaderClassName
{
color: #9471AD;
}
.AnyTagClassName
{
color: #9471AD;
}
</style>
background-color css
<style>
a { background-color: #9471AD; }
a { background-color: rgb(148,113,173); }
div.DivClassName
{
background-color: #9471AD;
}
.BgClassName
{
background-color: #9471AD;
}
</style>
border-color css
<style>
span { border-color: #9471AD; }
span { border-color: rgb(148,113,173); }
td.TdClassName
{
border-color: #9471AD;
}
.TagClassName
{
border-color: #9471AD;
}
</style>