Shades of Ce Soir #92699D
Tints of Ce Soir #92699D
RGB
CMYK
RGB Variations
Color information
#92699D (or 0x92699D) is known color: Ce Soir. HEX triplet: 92, 69 and 9D. RGB value is (146,105,157). Sum of RGB (Red+Green+Blue) = 146+105+157=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 157 - color contains mainly: blue. Hex color #92699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92699D is #6D9662. Grayscale: #7B7B7B. Windows color (decimal): -7181923 or 10316178. OLE color: 10316178.
HSL color Cylindrical-coordinate representation of color #92699D: hue angle of 287.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92699D is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 105 | 157 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.38 |
| HSL | 287.31º | 0.21% | 0.51% | - |
| HSV(B) | 287.31º | 0.33% | 0.62% | - |
| XYZ | 22.99 | 18.65 | 34.29 | - |
| YUV | 123.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 157 | 0.07 | 0.33 | 0 | 0.38 | 287.31 | 0.21 | 0.51 |
| Hex | 92 | 69 | 9D | 7 | 21 | 0 | 26 | 11F | 15 | 33 |
| Octal | 222 | 151 | 235 | 7 | 41 | 0 | 46 | 437 | 25 | 63 |
| Binary | 10010010 | 1101001 | 10011101 | 111 | 100001 | 0 | 100110 | 100011111 | 10101 | 110011 |
Color Harmonies of #92699D
Complementary color
Monochromatic Colors of #92699D
Black with #92699D
Text Example
Text Example
White with #92699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92699D; }
p { color: rgb(146,105,157); }
H1.HeaderClassName
{
color: #92699D;
}
.AnyTagClassName
{
color: #92699D;
}
</style>
background-color css
<style>
a { background-color: #92699D; }
a { background-color: rgb(146,105,157); }
div.DivClassName
{
background-color: #92699D;
}
.BgClassName
{
background-color: #92699D;
}
</style>
border-color css
<style>
span { border-color: #92699D; }
span { border-color: rgb(146,105,157); }
td.TdClassName
{
border-color: #92699D;
}
.TagClassName
{
border-color: #92699D;
}
</style>