Shades of Ce Soir #9263B2
Tints of Ce Soir #9263B2
RGB
CMYK
RGB Variations
Color information
#9263B2 (or 0x9263B2) is known color: Ce Soir. HEX triplet: 92, 63 and B2. RGB value is (146,99,178). Sum of RGB (Red+Green+Blue) = 146+99+178=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #9263B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9263B2 is #6D9C4D. Grayscale: #797979. Windows color (decimal): -7183438 or 11690898. OLE color: 11690898.
HSL color Cylindrical-coordinate representation of color #9263B2: hue angle of 275.7º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9263B2 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 99 | 178 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.30 |
| HSL | 275.7º | 0.34% | 0.54% | - |
| HSV(B) | 275.7º | 0.44% | 0.7% | - |
| XYZ | 24.35 | 18.25 | 44.36 | - |
| YUV | 122.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 178 | 0.18 | 0.44 | 0 | 0.30 | 275.7 | 0.34 | 0.54 |
| Hex | 92 | 63 | B2 | 12 | 2C | 0 | 1E | 114 | 22 | 36 |
| Octal | 222 | 143 | 262 | 22 | 54 | 0 | 36 | 424 | 42 | 66 |
| Binary | 10010010 | 1100011 | 10110010 | 10010 | 101100 | 0 | 11110 | 100010100 | 100010 | 110110 |
Color Harmonies of #9263B2
Complementary color
Monochromatic Colors of #9263B2
Black with #9263B2
Text Example
Text Example
White with #9263B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263B2; }
p { color: rgb(146,99,178); }
H1.HeaderClassName
{
color: #9263B2;
}
.AnyTagClassName
{
color: #9263B2;
}
</style>
background-color css
<style>
a { background-color: #9263B2; }
a { background-color: rgb(146,99,178); }
div.DivClassName
{
background-color: #9263B2;
}
.BgClassName
{
background-color: #9263B2;
}
</style>
border-color css
<style>
span { border-color: #9263B2; }
span { border-color: rgb(146,99,178); }
td.TdClassName
{
border-color: #9263B2;
}
.TagClassName
{
border-color: #9263B2;
}
</style>