Shades of Ce Soir #8A5DAA
Tints of Ce Soir #8A5DAA
RGB
CMYK
RGB Variations
Color information
#8A5DAA (or 0x8A5DAA) is known color: Ce Soir. HEX triplet: 8A, 5D and AA. RGB value is (138,93,170). Sum of RGB (Red+Green+Blue) = 138+93+170=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5DAA is #75A255. Grayscale: #727272. Windows color (decimal): -7709270 or 11165066. OLE color: 11165066.
HSL color Cylindrical-coordinate representation of color #8A5DAA: hue angle of 275.06º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A5DAA is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 93 | 170 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.33 |
| HSL | 275.06º | 0.31% | 0.52% | - |
| HSV(B) | 275.06º | 0.45% | 0.67% | - |
| XYZ | 21.65 | 16.13 | 40 | - |
| YUV | 115.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 170 | 0.19 | 0.45 | 0 | 0.33 | 275.06 | 0.31 | 0.52 |
| Hex | 8A | 5D | AA | 13 | 2D | 0 | 21 | 113 | 1F | 34 |
| Octal | 212 | 135 | 252 | 23 | 55 | 0 | 41 | 423 | 37 | 64 |
| Binary | 10001010 | 1011101 | 10101010 | 10011 | 101101 | 0 | 100001 | 100010011 | 11111 | 110100 |
Color Harmonies of #8A5DAA
Complementary color
Monochromatic Colors of #8A5DAA
Black with #8A5DAA
Text Example
Text Example
White with #8A5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5DAA; }
p { color: rgb(138,93,170); }
H1.HeaderClassName
{
color: #8A5DAA;
}
.AnyTagClassName
{
color: #8A5DAA;
}
</style>
background-color css
<style>
a { background-color: #8A5DAA; }
a { background-color: rgb(138,93,170); }
div.DivClassName
{
background-color: #8A5DAA;
}
.BgClassName
{
background-color: #8A5DAA;
}
</style>
border-color css
<style>
span { border-color: #8A5DAA; }
span { border-color: rgb(138,93,170); }
td.TdClassName
{
border-color: #8A5DAA;
}
.TagClassName
{
border-color: #8A5DAA;
}
</style>