Shades of Ce Soir #9469B4
Tints of Ce Soir #9469B4
RGB
CMYK
RGB Variations
Color information
#9469B4 (or 0x9469B4) is known color: Ce Soir. HEX triplet: 94, 69 and B4. RGB value is (148,105,180). Sum of RGB (Red+Green+Blue) = 148+105+180=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #9469B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469B4 is #6B964B. Grayscale: #7E7E7E. Windows color (decimal): -7050828 or 11823508. OLE color: 11823508.
HSL color Cylindrical-coordinate representation of color #9469B4: hue angle of 274.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9469B4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 105 | 180 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.29 |
| HSL | 274.4º | 0.33% | 0.56% | - |
| HSV(B) | 274.4º | 0.42% | 0.71% | - |
| XYZ | 25.5 | 19.69 | 45.64 | - |
| YUV | 126.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 180 | 0.18 | 0.42 | 0 | 0.29 | 274.4 | 0.33 | 0.56 |
| Hex | 94 | 69 | B4 | 12 | 2A | 0 | 1D | 112 | 21 | 38 |
| Octal | 224 | 151 | 264 | 22 | 52 | 0 | 35 | 422 | 41 | 70 |
| Binary | 10010100 | 1101001 | 10110100 | 10010 | 101010 | 0 | 11101 | 100010010 | 100001 | 111000 |
Color Harmonies of #9469B4
Complementary color
Monochromatic Colors of #9469B4
Black with #9469B4
Text Example
Text Example
White with #9469B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469B4; }
p { color: rgb(148,105,180); }
H1.HeaderClassName
{
color: #9469B4;
}
.AnyTagClassName
{
color: #9469B4;
}
</style>
background-color css
<style>
a { background-color: #9469B4; }
a { background-color: rgb(148,105,180); }
div.DivClassName
{
background-color: #9469B4;
}
.BgClassName
{
background-color: #9469B4;
}
</style>
border-color css
<style>
span { border-color: #9469B4; }
span { border-color: rgb(148,105,180); }
td.TdClassName
{
border-color: #9469B4;
}
.TagClassName
{
border-color: #9469B4;
}
</style>