Shades of Ce Soir #9266AF
Tints of Ce Soir #9266AF
RGB
CMYK
RGB Variations
Color information
#9266AF (or 0x9266AF) is known color: Ce Soir. HEX triplet: 92, 66 and AF. RGB value is (146,102,175). Sum of RGB (Red+Green+Blue) = 146+102+175=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9266AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9266AF is #6D9950. Grayscale: #7B7B7B. Windows color (decimal): -7182673 or 11495058. OLE color: 11495058.
HSL color Cylindrical-coordinate representation of color #9266AF: hue angle of 276.16º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9266AF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 102 | 175 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.31 |
| HSL | 276.16º | 0.31% | 0.54% | - |
| HSV(B) | 276.16º | 0.42% | 0.69% | - |
| XYZ | 24.34 | 18.71 | 42.89 | - |
| YUV | 123.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 102 | 175 | 0.17 | 0.42 | 0 | 0.31 | 276.16 | 0.31 | 0.54 |
| Hex | 92 | 66 | AF | 11 | 2A | 0 | 1F | 114 | 1F | 36 |
| Octal | 222 | 146 | 257 | 21 | 52 | 0 | 37 | 424 | 37 | 66 |
| Binary | 10010010 | 1100110 | 10101111 | 10001 | 101010 | 0 | 11111 | 100010100 | 11111 | 110110 |
Color Harmonies of #9266AF
Complementary color
Monochromatic Colors of #9266AF
Black with #9266AF
Text Example
Text Example
White with #9266AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9266AF; }
p { color: rgb(146,102,175); }
H1.HeaderClassName
{
color: #9266AF;
}
.AnyTagClassName
{
color: #9266AF;
}
</style>
background-color css
<style>
a { background-color: #9266AF; }
a { background-color: rgb(146,102,175); }
div.DivClassName
{
background-color: #9266AF;
}
.BgClassName
{
background-color: #9266AF;
}
</style>
border-color css
<style>
span { border-color: #9266AF; }
span { border-color: rgb(146,102,175); }
td.TdClassName
{
border-color: #9266AF;
}
.TagClassName
{
border-color: #9266AF;
}
</style>