Shades of Ce Soir #8A5FAF
Tints of Ce Soir #8A5FAF
RGB
CMYK
RGB Variations
Color information
#8A5FAF (or 0x8A5FAF) is known color: Ce Soir. HEX triplet: 8A, 5F and AF. RGB value is (138,95,175). Sum of RGB (Red+Green+Blue) = 138+95+175=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A5FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5FAF is #75A050. Grayscale: #747474. Windows color (decimal): -7708753 or 11493258. OLE color: 11493258.
HSL color Cylindrical-coordinate representation of color #8A5FAF: hue angle of 272.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5FAF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 95 | 175 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.31 |
| HSL | 272.25º | 0.33% | 0.53% | - |
| HSV(B) | 272.25º | 0.46% | 0.69% | - |
| XYZ | 22.31 | 16.68 | 42.6 | - |
| YUV | 116.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 175 | 0.21 | 0.46 | 0 | 0.31 | 272.25 | 0.33 | 0.53 |
| Hex | 8A | 5F | AF | 15 | 2E | 0 | 1F | 110 | 21 | 35 |
| Octal | 212 | 137 | 257 | 25 | 56 | 0 | 37 | 420 | 41 | 65 |
| Binary | 10001010 | 1011111 | 10101111 | 10101 | 101110 | 0 | 11111 | 100010000 | 100001 | 110101 |
Color Harmonies of #8A5FAF
Complementary color
Monochromatic Colors of #8A5FAF
Black with #8A5FAF
Text Example
Text Example
White with #8A5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5FAF; }
p { color: rgb(138,95,175); }
H1.HeaderClassName
{
color: #8A5FAF;
}
.AnyTagClassName
{
color: #8A5FAF;
}
</style>
background-color css
<style>
a { background-color: #8A5FAF; }
a { background-color: rgb(138,95,175); }
div.DivClassName
{
background-color: #8A5FAF;
}
.BgClassName
{
background-color: #8A5FAF;
}
</style>
border-color css
<style>
span { border-color: #8A5FAF; }
span { border-color: rgb(138,95,175); }
td.TdClassName
{
border-color: #8A5FAF;
}
.TagClassName
{
border-color: #8A5FAF;
}
</style>