Shades of Ce Soir #9271AF
Tints of Ce Soir #9271AF
RGB
CMYK
RGB Variations
Color information
#9271AF (or 0x9271AF) is known color: Ce Soir. HEX triplet: 92, 71 and AF. RGB value is (146,113,175). Sum of RGB (Red+Green+Blue) = 146+113+175=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #9271AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9271AF is #6D8E50. Grayscale: #818181. Windows color (decimal): -7179857 or 11497874. OLE color: 11497874.
HSL color Cylindrical-coordinate representation of color #9271AF: hue angle of 271.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9271AF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 113 | 175 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.31 |
| HSL | 271.94º | 0.28% | 0.56% | - |
| HSV(B) | 271.94º | 0.35% | 0.69% | - |
| XYZ | 25.5 | 21.02 | 43.27 | - |
| YUV | 129.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 175 | 0.17 | 0.35 | 0 | 0.31 | 271.94 | 0.28 | 0.56 |
| Hex | 92 | 71 | AF | 11 | 23 | 0 | 1F | 110 | 1C | 38 |
| Octal | 222 | 161 | 257 | 21 | 43 | 0 | 37 | 420 | 34 | 70 |
| Binary | 10010010 | 1110001 | 10101111 | 10001 | 100011 | 0 | 11111 | 100010000 | 11100 | 111000 |
Color Harmonies of #9271AF
Complementary color
Monochromatic Colors of #9271AF
Black with #9271AF
Text Example
Text Example
White with #9271AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271AF; }
p { color: rgb(146,113,175); }
H1.HeaderClassName
{
color: #9271AF;
}
.AnyTagClassName
{
color: #9271AF;
}
</style>
background-color css
<style>
a { background-color: #9271AF; }
a { background-color: rgb(146,113,175); }
div.DivClassName
{
background-color: #9271AF;
}
.BgClassName
{
background-color: #9271AF;
}
</style>
border-color css
<style>
span { border-color: #9271AF; }
span { border-color: rgb(146,113,175); }
td.TdClassName
{
border-color: #9271AF;
}
.TagClassName
{
border-color: #9271AF;
}
</style>