Shades of Ce Soir #926CB0
Tints of Ce Soir #926CB0
RGB
CMYK
RGB Variations
Color information
#926CB0 (or 0x926CB0) is known color: Ce Soir. HEX triplet: 92, 6C and B0. RGB value is (146,108,176). Sum of RGB (Red+Green+Blue) = 146+108+176=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #926CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CB0 is #6D934F. Grayscale: #7E7E7E. Windows color (decimal): -7181136 or 11562130. OLE color: 11562130.
HSL color Cylindrical-coordinate representation of color #926CB0: hue angle of 273.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926CB0 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 108 | 176 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.31 |
| HSL | 273.53º | 0.3% | 0.56% | - |
| HSV(B) | 273.53º | 0.39% | 0.69% | - |
| XYZ | 25.05 | 19.97 | 43.61 | - |
| YUV | 127.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 176 | 0.17 | 0.39 | 0 | 0.31 | 273.53 | 0.3 | 0.56 |
| Hex | 92 | 6C | B0 | 11 | 27 | 0 | 1F | 112 | 1E | 38 |
| Octal | 222 | 154 | 260 | 21 | 47 | 0 | 37 | 422 | 36 | 70 |
| Binary | 10010010 | 1101100 | 10110000 | 10001 | 100111 | 0 | 11111 | 100010010 | 11110 | 111000 |
Color Harmonies of #926CB0
Complementary color
Monochromatic Colors of #926CB0
Black with #926CB0
Text Example
Text Example
White with #926CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CB0; }
p { color: rgb(146,108,176); }
H1.HeaderClassName
{
color: #926CB0;
}
.AnyTagClassName
{
color: #926CB0;
}
</style>
background-color css
<style>
a { background-color: #926CB0; }
a { background-color: rgb(146,108,176); }
div.DivClassName
{
background-color: #926CB0;
}
.BgClassName
{
background-color: #926CB0;
}
</style>
border-color css
<style>
span { border-color: #926CB0; }
span { border-color: rgb(146,108,176); }
td.TdClassName
{
border-color: #926CB0;
}
.TagClassName
{
border-color: #926CB0;
}
</style>