Shades of Ce Soir #9468B5
Tints of Ce Soir #9468B5
RGB
CMYK
RGB Variations
Color information
#9468B5 (or 0x9468B5) is known color: Ce Soir. HEX triplet: 94, 68 and B5. RGB value is (148,104,181). Sum of RGB (Red+Green+Blue) = 148+104+181=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #9468B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468B5 is #6B974A. Grayscale: #7D7D7D. Windows color (decimal): -7051083 or 11888788. OLE color: 11888788.
HSL color Cylindrical-coordinate representation of color #9468B5: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9468B5 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 104 | 181 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.29 |
| HSL | 274.29º | 0.34% | 0.56% | - |
| HSV(B) | 274.29º | 0.43% | 0.71% | - |
| XYZ | 25.5 | 19.53 | 46.14 | - |
| YUV | 125.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 181 | 0.18 | 0.43 | 0 | 0.29 | 274.29 | 0.34 | 0.56 |
| Hex | 94 | 68 | B5 | 12 | 2B | 0 | 1D | 112 | 22 | 38 |
| Octal | 224 | 150 | 265 | 22 | 53 | 0 | 35 | 422 | 42 | 70 |
| Binary | 10010100 | 1101000 | 10110101 | 10010 | 101011 | 0 | 11101 | 100010010 | 100010 | 111000 |
Color Harmonies of #9468B5
Complementary color
Monochromatic Colors of #9468B5
Black with #9468B5
Text Example
Text Example
White with #9468B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468B5; }
p { color: rgb(148,104,181); }
H1.HeaderClassName
{
color: #9468B5;
}
.AnyTagClassName
{
color: #9468B5;
}
</style>
background-color css
<style>
a { background-color: #9468B5; }
a { background-color: rgb(148,104,181); }
div.DivClassName
{
background-color: #9468B5;
}
.BgClassName
{
background-color: #9468B5;
}
</style>
border-color css
<style>
span { border-color: #9468B5; }
span { border-color: rgb(148,104,181); }
td.TdClassName
{
border-color: #9468B5;
}
.TagClassName
{
border-color: #9468B5;
}
</style>