Shades of Ce Soir #9469B3
Tints of Ce Soir #9469B3
RGB
CMYK
RGB Variations
Color information
#9469B3 (or 0x9469B3) is known color: Ce Soir. HEX triplet: 94, 69 and B3. RGB value is (148,105,179). Sum of RGB (Red+Green+Blue) = 148+105+179=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #9469B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469B3 is #6B964C. Grayscale: #7E7E7E. Windows color (decimal): -7050829 or 11757972. OLE color: 11757972.
HSL color Cylindrical-coordinate representation of color #9469B3: hue angle of 274.86º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9469B3 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 105 | 179 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.30 |
| HSL | 274.86º | 0.33% | 0.56% | - |
| HSV(B) | 274.86º | 0.41% | 0.7% | - |
| XYZ | 25.4 | 19.65 | 45.1 | - |
| YUV | 126.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 179 | 0.17 | 0.41 | 0 | 0.30 | 274.86 | 0.33 | 0.56 |
| Hex | 94 | 69 | B3 | 11 | 29 | 0 | 1E | 113 | 21 | 38 |
| Octal | 224 | 151 | 263 | 21 | 51 | 0 | 36 | 423 | 41 | 70 |
| Binary | 10010100 | 1101001 | 10110011 | 10001 | 101001 | 0 | 11110 | 100010011 | 100001 | 111000 |
Color Harmonies of #9469B3
Complementary color
Monochromatic Colors of #9469B3
Black with #9469B3
Text Example
Text Example
White with #9469B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469B3; }
p { color: rgb(148,105,179); }
H1.HeaderClassName
{
color: #9469B3;
}
.AnyTagClassName
{
color: #9469B3;
}
</style>
background-color css
<style>
a { background-color: #9469B3; }
a { background-color: rgb(148,105,179); }
div.DivClassName
{
background-color: #9469B3;
}
.BgClassName
{
background-color: #9469B3;
}
</style>
border-color css
<style>
span { border-color: #9469B3; }
span { border-color: rgb(148,105,179); }
td.TdClassName
{
border-color: #9469B3;
}
.TagClassName
{
border-color: #9469B3;
}
</style>