Shades of Ce Soir #8A63AA
Tints of Ce Soir #8A63AA
RGB
CMYK
RGB Variations
Color information
#8A63AA (or 0x8A63AA) is known color: Ce Soir. HEX triplet: 8A, 63 and AA. RGB value is (138,99,170). Sum of RGB (Red+Green+Blue) = 138+99+170=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A63AA is #759C55. Grayscale: #767676. Windows color (decimal): -7707734 or 11166602. OLE color: 11166602.
HSL color Cylindrical-coordinate representation of color #8A63AA: hue angle of 272.96º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A63AA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 99 | 170 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.33 |
| HSL | 272.96º | 0.29% | 0.53% | - |
| HSV(B) | 272.96º | 0.42% | 0.67% | - |
| XYZ | 22.2 | 17.23 | 40.19 | - |
| YUV | 118.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 170 | 0.19 | 0.42 | 0 | 0.33 | 272.96 | 0.29 | 0.53 |
| Hex | 8A | 63 | AA | 13 | 2A | 0 | 21 | 111 | 1D | 35 |
| Octal | 212 | 143 | 252 | 23 | 52 | 0 | 41 | 421 | 35 | 65 |
| Binary | 10001010 | 1100011 | 10101010 | 10011 | 101010 | 0 | 100001 | 100010001 | 11101 | 110101 |
Color Harmonies of #8A63AA
Complementary color
Monochromatic Colors of #8A63AA
Black with #8A63AA
Text Example
Text Example
White with #8A63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63AA; }
p { color: rgb(138,99,170); }
H1.HeaderClassName
{
color: #8A63AA;
}
.AnyTagClassName
{
color: #8A63AA;
}
</style>
background-color css
<style>
a { background-color: #8A63AA; }
a { background-color: rgb(138,99,170); }
div.DivClassName
{
background-color: #8A63AA;
}
.BgClassName
{
background-color: #8A63AA;
}
</style>
border-color css
<style>
span { border-color: #8A63AA; }
span { border-color: rgb(138,99,170); }
td.TdClassName
{
border-color: #8A63AA;
}
.TagClassName
{
border-color: #8A63AA;
}
</style>