Shades of Medium Purple #9C8AEC
Tints of Medium Purple #9C8AEC
RGB
CMYK
RGB Variations
Color information
#9C8AEC (or 0x9C8AEC) is known color: Medium Purple. HEX triplet: 9C, 8A and EC. RGB value is (156,138,236). Sum of RGB (Red+Green+Blue) = 156+138+236=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8AEC is #637513. Grayscale: #9A9A9A. Windows color (decimal): -6518036 or 15501980. OLE color: 15501980.
HSL color Cylindrical-coordinate representation of color #9C8AEC: hue angle of 251.02º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C8AEC is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 138 | 236 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.07 |
| HSL | 251.02º | 0.72% | 0.73% | - |
| HSV(B) | 251.02º | 0.42% | 0.93% | - |
| XYZ | 37.94 | 31.3 | 83.4 | - |
| YUV | 154.55 | 173.96 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 236 | 0.34 | 0.42 | 0 | 0.07 | 251.02 | 0.72 | 0.73 |
| Hex | 9C | 8A | EC | 22 | 2A | 0 | 7 | FB | 48 | 49 |
| Octal | 234 | 212 | 354 | 42 | 52 | 0 | 7 | 373 | 110 | 111 |
| Binary | 10011100 | 10001010 | 11101100 | 100010 | 101010 | 0 | 111 | 11111011 | 1001000 | 1001001 |
Color Harmonies of #9C8AEC
Complementary color
Monochromatic Colors of #9C8AEC
Black with #9C8AEC
Text Example
Text Example
White with #9C8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AEC; }
p { color: rgb(156,138,236); }
H1.HeaderClassName
{
color: #9C8AEC;
}
.AnyTagClassName
{
color: #9C8AEC;
}
</style>
background-color css
<style>
a { background-color: #9C8AEC; }
a { background-color: rgb(156,138,236); }
div.DivClassName
{
background-color: #9C8AEC;
}
.BgClassName
{
background-color: #9C8AEC;
}
</style>
border-color css
<style>
span { border-color: #9C8AEC; }
span { border-color: rgb(156,138,236); }
td.TdClassName
{
border-color: #9C8AEC;
}
.TagClassName
{
border-color: #9C8AEC;
}
</style>