Shades of Ce Soir #92699C
Tints of Ce Soir #92699C
RGB
CMYK
RGB Variations
Color information
#92699C (or 0x92699C) is known color: Ce Soir. HEX triplet: 92, 69 and 9C. RGB value is (146,105,156). Sum of RGB (Red+Green+Blue) = 146+105+156=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #92699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92699C is #6D9663. Grayscale: #7A7A7A. Windows color (decimal): -7181924 or 10250642. OLE color: 10250642.
HSL color Cylindrical-coordinate representation of color #92699C: hue angle of 288.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92699C is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 105 | 156 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.39 |
| HSL | 288.24º | 0.2% | 0.51% | - |
| HSV(B) | 288.24º | 0.33% | 0.61% | - |
| XYZ | 22.91 | 18.61 | 33.84 | - |
| YUV | 123.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 156 | 0.06 | 0.33 | 0 | 0.39 | 288.24 | 0.2 | 0.51 |
| Hex | 92 | 69 | 9C | 6 | 21 | 0 | 27 | 120 | 14 | 33 |
| Octal | 222 | 151 | 234 | 6 | 41 | 0 | 47 | 440 | 24 | 63 |
| Binary | 10010010 | 1101001 | 10011100 | 110 | 100001 | 0 | 100111 | 100100000 | 10100 | 110011 |
Color Harmonies of #92699C
Complementary color
Monochromatic Colors of #92699C
Black with #92699C
Text Example
Text Example
White with #92699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92699C; }
p { color: rgb(146,105,156); }
H1.HeaderClassName
{
color: #92699C;
}
.AnyTagClassName
{
color: #92699C;
}
</style>
background-color css
<style>
a { background-color: #92699C; }
a { background-color: rgb(146,105,156); }
div.DivClassName
{
background-color: #92699C;
}
.BgClassName
{
background-color: #92699C;
}
</style>
border-color css
<style>
span { border-color: #92699C; }
span { border-color: rgb(146,105,156); }
td.TdClassName
{
border-color: #92699C;
}
.TagClassName
{
border-color: #92699C;
}
</style>