Shades of Ce Soir #91709A
Tints of Ce Soir #91709A
RGB
CMYK
RGB Variations
Color information
#91709A (or 0x91709A) is known color: Ce Soir. HEX triplet: 91, 70 and 9A. RGB value is (145,112,154). Sum of RGB (Red+Green+Blue) = 145+112+154=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #91709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91709A is #6E8F65. Grayscale: #7E7E7E. Windows color (decimal): -7245670 or 10121361. OLE color: 10121361.
HSL color Cylindrical-coordinate representation of color #91709A: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91709A is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 112 | 154 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.40 |
| HSL | 287.14º | 0.17% | 0.52% | - |
| HSV(B) | 287.14º | 0.27% | 0.6% | - |
| XYZ | 23.3 | 19.94 | 33.19 | - |
| YUV | 126.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 154 | 0.06 | 0.27 | 0 | 0.40 | 287.14 | 0.17 | 0.52 |
| Hex | 91 | 70 | 9A | 6 | 1B | 0 | 28 | 11F | 11 | 34 |
| Octal | 221 | 160 | 232 | 6 | 33 | 0 | 50 | 437 | 21 | 64 |
| Binary | 10010001 | 1110000 | 10011010 | 110 | 11011 | 0 | 101000 | 100011111 | 10001 | 110100 |
Color Harmonies of #91709A
Complementary color
Monochromatic Colors of #91709A
Black with #91709A
Text Example
Text Example
White with #91709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91709A; }
p { color: rgb(145,112,154); }
H1.HeaderClassName
{
color: #91709A;
}
.AnyTagClassName
{
color: #91709A;
}
</style>
background-color css
<style>
a { background-color: #91709A; }
a { background-color: rgb(145,112,154); }
div.DivClassName
{
background-color: #91709A;
}
.BgClassName
{
background-color: #91709A;
}
</style>
border-color css
<style>
span { border-color: #91709A; }
span { border-color: rgb(145,112,154); }
td.TdClassName
{
border-color: #91709A;
}
.TagClassName
{
border-color: #91709A;
}
</style>