Shades of Ce Soir #8A63A4
Tints of Ce Soir #8A63A4
RGB
CMYK
RGB Variations
Color information
#8A63A4 (or 0x8A63A4) is known color: Ce Soir. HEX triplet: 8A, 63 and A4. RGB value is (138,99,164). Sum of RGB (Red+Green+Blue) = 138+99+164=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A63A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A63A4 is #759C5B. Grayscale: #757575. Windows color (decimal): -7707740 or 10773386. OLE color: 10773386.
HSL color Cylindrical-coordinate representation of color #8A63A4: hue angle of 276º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A63A4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 99 | 164 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.36 |
| HSL | 276º | 0.26% | 0.52% | - |
| HSV(B) | 276º | 0.4% | 0.64% | - |
| XYZ | 21.64 | 17.01 | 37.26 | - |
| YUV | 118.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 164 | 0.16 | 0.40 | 0 | 0.36 | 276 | 0.26 | 0.52 |
| Hex | 8A | 63 | A4 | 10 | 28 | 0 | 24 | 114 | 1A | 34 |
| Octal | 212 | 143 | 244 | 20 | 50 | 0 | 44 | 424 | 32 | 64 |
| Binary | 10001010 | 1100011 | 10100100 | 10000 | 101000 | 0 | 100100 | 100010100 | 11010 | 110100 |
Color Harmonies of #8A63A4
Complementary color
Monochromatic Colors of #8A63A4
Black with #8A63A4
Text Example
Text Example
White with #8A63A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63A4; }
p { color: rgb(138,99,164); }
H1.HeaderClassName
{
color: #8A63A4;
}
.AnyTagClassName
{
color: #8A63A4;
}
</style>
background-color css
<style>
a { background-color: #8A63A4; }
a { background-color: rgb(138,99,164); }
div.DivClassName
{
background-color: #8A63A4;
}
.BgClassName
{
background-color: #8A63A4;
}
</style>
border-color css
<style>
span { border-color: #8A63A4; }
span { border-color: rgb(138,99,164); }
td.TdClassName
{
border-color: #8A63A4;
}
.TagClassName
{
border-color: #8A63A4;
}
</style>