Shades of Ce Soir #9369AB
Tints of Ce Soir #9369AB
RGB
CMYK
RGB Variations
Color information
#9369AB (or 0x9369AB) is known color: Ce Soir. HEX triplet: 93, 69 and AB. RGB value is (147,105,171). Sum of RGB (Red+Green+Blue) = 147+105+171=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9369AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9369AB is #6C9654. Grayscale: #7C7C7C. Windows color (decimal): -7116373 or 11233683. OLE color: 11233683.
HSL color Cylindrical-coordinate representation of color #9369AB: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9369AB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 105 | 171 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.33 |
| HSL | 278.18º | 0.28% | 0.54% | - |
| HSV(B) | 278.18º | 0.39% | 0.67% | - |
| XYZ | 24.43 | 19.25 | 40.96 | - |
| YUV | 125.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 171 | 0.14 | 0.39 | 0 | 0.33 | 278.18 | 0.28 | 0.54 |
| Hex | 93 | 69 | AB | E | 27 | 0 | 21 | 116 | 1C | 36 |
| Octal | 223 | 151 | 253 | 16 | 47 | 0 | 41 | 426 | 34 | 66 |
| Binary | 10010011 | 1101001 | 10101011 | 1110 | 100111 | 0 | 100001 | 100010110 | 11100 | 110110 |
Color Harmonies of #9369AB
Complementary color
Monochromatic Colors of #9369AB
Black with #9369AB
Text Example
Text Example
White with #9369AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369AB; }
p { color: rgb(147,105,171); }
H1.HeaderClassName
{
color: #9369AB;
}
.AnyTagClassName
{
color: #9369AB;
}
</style>
background-color css
<style>
a { background-color: #9369AB; }
a { background-color: rgb(147,105,171); }
div.DivClassName
{
background-color: #9369AB;
}
.BgClassName
{
background-color: #9369AB;
}
</style>
border-color css
<style>
span { border-color: #9369AB; }
span { border-color: rgb(147,105,171); }
td.TdClassName
{
border-color: #9369AB;
}
.TagClassName
{
border-color: #9369AB;
}
</style>