Shades of Ce Soir #9568AA
Tints of Ce Soir #9568AA
RGB
CMYK
RGB Variations
Color information
#9568AA (or 0x9568AA) is known color: Ce Soir. HEX triplet: 95, 68 and AA. RGB value is (149,104,170). Sum of RGB (Red+Green+Blue) = 149+104+170=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #9568AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9568AA is #6A9755. Grayscale: #7C7C7C. Windows color (decimal): -6985558 or 11167893. OLE color: 11167893.
HSL color Cylindrical-coordinate representation of color #9568AA: hue angle of 280.91º 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 #9568AA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 104 | 170 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.33 |
| HSL | 280.91º | 0.28% | 0.54% | - |
| HSV(B) | 280.91º | 0.39% | 0.67% | - |
| XYZ | 24.6 | 19.19 | 40.44 | - |
| YUV | 124.98 | 153.41 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 170 | 0.12 | 0.39 | 0 | 0.33 | 280.91 | 0.28 | 0.54 |
| Hex | 95 | 68 | AA | C | 27 | 0 | 21 | 119 | 1C | 36 |
| Octal | 225 | 150 | 252 | 14 | 47 | 0 | 41 | 431 | 34 | 66 |
| Binary | 10010101 | 1101000 | 10101010 | 1100 | 100111 | 0 | 100001 | 100011001 | 11100 | 110110 |
Color Harmonies of #9568AA
Complementary color
Monochromatic Colors of #9568AA
Black with #9568AA
Text Example
Text Example
White with #9568AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568AA; }
p { color: rgb(149,104,170); }
H1.HeaderClassName
{
color: #9568AA;
}
.AnyTagClassName
{
color: #9568AA;
}
</style>
background-color css
<style>
a { background-color: #9568AA; }
a { background-color: rgb(149,104,170); }
div.DivClassName
{
background-color: #9568AA;
}
.BgClassName
{
background-color: #9568AA;
}
</style>
border-color css
<style>
span { border-color: #9568AA; }
span { border-color: rgb(149,104,170); }
td.TdClassName
{
border-color: #9568AA;
}
.TagClassName
{
border-color: #9568AA;
}
</style>