Shades of Ce Soir #9165B0
Tints of Ce Soir #9165B0
RGB
CMYK
RGB Variations
Color information
#9165B0 (or 0x9165B0) is known color: Ce Soir. HEX triplet: 91, 65 and B0. RGB value is (145,101,176). Sum of RGB (Red+Green+Blue) = 145+101+176=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #9165B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165B0 is #6E9A4F. Grayscale: #7A7A7A. Windows color (decimal): -7248464 or 11560337. OLE color: 11560337.
HSL color Cylindrical-coordinate representation of color #9165B0: hue angle of 275.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9165B0 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 101 | 176 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.31 |
| HSL | 275.2º | 0.32% | 0.54% | - |
| HSV(B) | 275.2º | 0.43% | 0.69% | - |
| XYZ | 24.17 | 18.46 | 43.36 | - |
| YUV | 122.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 176 | 0.18 | 0.43 | 0 | 0.31 | 275.2 | 0.32 | 0.54 |
| Hex | 91 | 65 | B0 | 12 | 2B | 0 | 1F | 113 | 20 | 36 |
| Octal | 221 | 145 | 260 | 22 | 53 | 0 | 37 | 423 | 40 | 66 |
| Binary | 10010001 | 1100101 | 10110000 | 10010 | 101011 | 0 | 11111 | 100010011 | 100000 | 110110 |
Color Harmonies of #9165B0
Complementary color
Monochromatic Colors of #9165B0
Black with #9165B0
Text Example
Text Example
White with #9165B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165B0; }
p { color: rgb(145,101,176); }
H1.HeaderClassName
{
color: #9165B0;
}
.AnyTagClassName
{
color: #9165B0;
}
</style>
background-color css
<style>
a { background-color: #9165B0; }
a { background-color: rgb(145,101,176); }
div.DivClassName
{
background-color: #9165B0;
}
.BgClassName
{
background-color: #9165B0;
}
</style>
border-color css
<style>
span { border-color: #9165B0; }
span { border-color: rgb(145,101,176); }
td.TdClassName
{
border-color: #9165B0;
}
.TagClassName
{
border-color: #9165B0;
}
</style>