Shades of Ce Soir #915BA4
Tints of Ce Soir #915BA4
RGB
CMYK
RGB Variations
Color information
#915BA4 (or 0x915BA4) is known color: Ce Soir. HEX triplet: 91, 5B and A4. RGB value is (145,91,164). Sum of RGB (Red+Green+Blue) = 145+91+164=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #915BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915BA4 is #6EA45B. Grayscale: #737373. Windows color (decimal): -7251036 or 10771345. OLE color: 10771345.
HSL color Cylindrical-coordinate representation of color #915BA4: hue angle of 284.38º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915BA4 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 91 | 164 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.36 |
| HSL | 284.38º | 0.29% | 0.5% | - |
| HSV(B) | 284.38º | 0.45% | 0.64% | - |
| XYZ | 22.12 | 16.18 | 37.08 | - |
| YUV | 115.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 164 | 0.12 | 0.45 | 0 | 0.36 | 284.38 | 0.29 | 0.5 |
| Hex | 91 | 5B | A4 | C | 2D | 0 | 24 | 11C | 1D | 32 |
| Octal | 221 | 133 | 244 | 14 | 55 | 0 | 44 | 434 | 35 | 62 |
| Binary | 10010001 | 1011011 | 10100100 | 1100 | 101101 | 0 | 100100 | 100011100 | 11101 | 110010 |
Color Harmonies of #915BA4
Complementary color
Monochromatic Colors of #915BA4
Black with #915BA4
Text Example
Text Example
White with #915BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BA4; }
p { color: rgb(145,91,164); }
H1.HeaderClassName
{
color: #915BA4;
}
.AnyTagClassName
{
color: #915BA4;
}
</style>
background-color css
<style>
a { background-color: #915BA4; }
a { background-color: rgb(145,91,164); }
div.DivClassName
{
background-color: #915BA4;
}
.BgClassName
{
background-color: #915BA4;
}
</style>
border-color css
<style>
span { border-color: #915BA4; }
span { border-color: rgb(145,91,164); }
td.TdClassName
{
border-color: #915BA4;
}
.TagClassName
{
border-color: #915BA4;
}
</style>