Shades of Ce Soir #9267B4
Tints of Ce Soir #9267B4
RGB
CMYK
RGB Variations
Color information
#9267B4 (or 0x9267B4) is known color: Ce Soir. HEX triplet: 92, 67 and B4. RGB value is (146,103,180). Sum of RGB (Red+Green+Blue) = 146+103+180=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9267B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267B4 is #6D984B. Grayscale: #7C7C7C. Windows color (decimal): -7182412 or 11822994. OLE color: 11822994.
HSL color Cylindrical-coordinate representation of color #9267B4: hue angle of 273.51º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9267B4 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 103 | 180 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.29 |
| HSL | 273.51º | 0.34% | 0.55% | - |
| HSV(B) | 273.51º | 0.43% | 0.71% | - |
| XYZ | 24.94 | 19.11 | 45.55 | - |
| YUV | 124.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 180 | 0.19 | 0.43 | 0 | 0.29 | 273.51 | 0.34 | 0.55 |
| Hex | 92 | 67 | B4 | 13 | 2B | 0 | 1D | 112 | 22 | 37 |
| Octal | 222 | 147 | 264 | 23 | 53 | 0 | 35 | 422 | 42 | 67 |
| Binary | 10010010 | 1100111 | 10110100 | 10011 | 101011 | 0 | 11101 | 100010010 | 100010 | 110111 |
Color Harmonies of #9267B4
Complementary color
Monochromatic Colors of #9267B4
Black with #9267B4
Text Example
Text Example
White with #9267B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9267B4; }
p { color: rgb(146,103,180); }
H1.HeaderClassName
{
color: #9267B4;
}
.AnyTagClassName
{
color: #9267B4;
}
</style>
background-color css
<style>
a { background-color: #9267B4; }
a { background-color: rgb(146,103,180); }
div.DivClassName
{
background-color: #9267B4;
}
.BgClassName
{
background-color: #9267B4;
}
</style>
border-color css
<style>
span { border-color: #9267B4; }
span { border-color: rgb(146,103,180); }
td.TdClassName
{
border-color: #9267B4;
}
.TagClassName
{
border-color: #9267B4;
}
</style>