Shades of Ce Soir #8866AA
Tints of Ce Soir #8866AA
RGB
CMYK
RGB Variations
Color information
#8866AA (or 0x8866AA) is known color: Ce Soir. HEX triplet: 88, 66 and AA. RGB value is (136,102,170). Sum of RGB (Red+Green+Blue) = 136+102+170=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #8866AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8866AA is #779955. Grayscale: #777777. Windows color (decimal): -7838038 or 11167368. OLE color: 11167368.
HSL color Cylindrical-coordinate representation of color #8866AA: hue angle of 270º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8866AA is Cyan = 0.20, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 102 | 170 | - |
| CMYK | 0.20 | 0.4 | 0 | 0.33 |
| HSL | 270º | 0.29% | 0.53% | - |
| HSV(B) | 270º | 0.4% | 0.67% | - |
| XYZ | 22.16 | 17.64 | 40.27 | - |
| YUV | 119.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 170 | 0.20 | 0.4 | 0 | 0.33 | 270 | 0.29 | 0.53 |
| Hex | 88 | 66 | AA | 14 | 28 | 0 | 21 | 10E | 1D | 35 |
| Octal | 210 | 146 | 252 | 24 | 50 | 0 | 41 | 416 | 35 | 65 |
| Binary | 10001000 | 1100110 | 10101010 | 10100 | 101000 | 0 | 100001 | 100001110 | 11101 | 110101 |
Color Harmonies of #8866AA
Complementary color
Monochromatic Colors of #8866AA
Black with #8866AA
Text Example
Text Example
White with #8866AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8866AA; }
p { color: rgb(136,102,170); }
H1.HeaderClassName
{
color: #8866AA;
}
.AnyTagClassName
{
color: #8866AA;
}
</style>
background-color css
<style>
a { background-color: #8866AA; }
a { background-color: rgb(136,102,170); }
div.DivClassName
{
background-color: #8866AA;
}
.BgClassName
{
background-color: #8866AA;
}
</style>
border-color css
<style>
span { border-color: #8866AA; }
span { border-color: rgb(136,102,170); }
td.TdClassName
{
border-color: #8866AA;
}
.TagClassName
{
border-color: #8866AA;
}
</style>