Shades of Ce Soir #8A67AA
Tints of Ce Soir #8A67AA
RGB
CMYK
RGB Variations
Color information
#8A67AA (or 0x8A67AA) is known color: Ce Soir. HEX triplet: 8A, 67 and AA. RGB value is (138,103,170). Sum of RGB (Red+Green+Blue) = 138+103+170=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A67AA is #759855. Grayscale: #787878. Windows color (decimal): -7706710 or 11167626. OLE color: 11167626.
HSL color Cylindrical-coordinate representation of color #8A67AA: hue angle of 271.34º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A67AA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 103 | 170 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.33 |
| HSL | 271.34º | 0.28% | 0.54% | - |
| HSV(B) | 271.34º | 0.39% | 0.67% | - |
| XYZ | 22.59 | 18.01 | 40.32 | - |
| YUV | 121.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 170 | 0.19 | 0.39 | 0 | 0.33 | 271.34 | 0.28 | 0.54 |
| Hex | 8A | 67 | AA | 13 | 27 | 0 | 21 | 10F | 1C | 36 |
| Octal | 212 | 147 | 252 | 23 | 47 | 0 | 41 | 417 | 34 | 66 |
| Binary | 10001010 | 1100111 | 10101010 | 10011 | 100111 | 0 | 100001 | 100001111 | 11100 | 110110 |
Color Harmonies of #8A67AA
Complementary color
Monochromatic Colors of #8A67AA
Black with #8A67AA
Text Example
Text Example
White with #8A67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67AA; }
p { color: rgb(138,103,170); }
H1.HeaderClassName
{
color: #8A67AA;
}
.AnyTagClassName
{
color: #8A67AA;
}
</style>
background-color css
<style>
a { background-color: #8A67AA; }
a { background-color: rgb(138,103,170); }
div.DivClassName
{
background-color: #8A67AA;
}
.BgClassName
{
background-color: #8A67AA;
}
</style>
border-color css
<style>
span { border-color: #8A67AA; }
span { border-color: rgb(138,103,170); }
td.TdClassName
{
border-color: #8A67AA;
}
.TagClassName
{
border-color: #8A67AA;
}
</style>