Shades of Medium Purple #9C8AE0
Tints of Medium Purple #9C8AE0
RGB
CMYK
RGB Variations
Color information
#9C8AE0 (or 0x9C8AE0) is known color: Medium Purple. HEX triplet: 9C, 8A and E0. RGB value is (156,138,224). Sum of RGB (Red+Green+Blue) = 156+138+224=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C8AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8AE0 is #63751F. Grayscale: #989898. Windows color (decimal): -6518048 or 14715548. OLE color: 14715548.
HSL color Cylindrical-coordinate representation of color #9C8AE0: hue angle of 252.56º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8AE0 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 138 | 224 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.12 |
| HSL | 252.56º | 0.58% | 0.71% | - |
| HSV(B) | 252.56º | 0.38% | 0.88% | - |
| XYZ | 36.25 | 30.63 | 74.52 | - |
| YUV | 153.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 224 | 0.30 | 0.38 | 0 | 0.12 | 252.56 | 0.58 | 0.71 |
| Hex | 9C | 8A | E0 | 1E | 26 | 0 | C | FD | 3A | 47 |
| Octal | 234 | 212 | 340 | 36 | 46 | 0 | 14 | 375 | 72 | 107 |
| Binary | 10011100 | 10001010 | 11100000 | 11110 | 100110 | 0 | 1100 | 11111101 | 111010 | 1000111 |
Color Harmonies of #9C8AE0
Complementary color
Monochromatic Colors of #9C8AE0
Black with #9C8AE0
Text Example
Text Example
White with #9C8AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AE0; }
p { color: rgb(156,138,224); }
H1.HeaderClassName
{
color: #9C8AE0;
}
.AnyTagClassName
{
color: #9C8AE0;
}
</style>
background-color css
<style>
a { background-color: #9C8AE0; }
a { background-color: rgb(156,138,224); }
div.DivClassName
{
background-color: #9C8AE0;
}
.BgClassName
{
background-color: #9C8AE0;
}
</style>
border-color css
<style>
span { border-color: #9C8AE0; }
span { border-color: rgb(156,138,224); }
td.TdClassName
{
border-color: #9C8AE0;
}
.TagClassName
{
border-color: #9C8AE0;
}
</style>