Shades of Medium Purple #9C8AEA
Tints of Medium Purple #9C8AEA
RGB
CMYK
RGB Variations
Color information
#9C8AEA (or 0x9C8AEA) is known color: Medium Purple. HEX triplet: 9C, 8A and EA. RGB value is (156,138,234). Sum of RGB (Red+Green+Blue) = 156+138+234=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8AEA is #637515. Grayscale: #999999. Windows color (decimal): -6518038 or 15370908. OLE color: 15370908.
HSL color Cylindrical-coordinate representation of color #9C8AEA: hue angle of 251.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8AEA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 138 | 234 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.08 |
| HSL | 251.25º | 0.7% | 0.73% | - |
| HSV(B) | 251.25º | 0.41% | 0.92% | - |
| XYZ | 37.65 | 31.19 | 81.88 | - |
| YUV | 154.33 | 172.96 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 234 | 0.33 | 0.41 | 0 | 0.08 | 251.25 | 0.7 | 0.73 |
| Hex | 9C | 8A | EA | 21 | 29 | 0 | 8 | FB | 46 | 49 |
| Octal | 234 | 212 | 352 | 41 | 51 | 0 | 10 | 373 | 106 | 111 |
| Binary | 10011100 | 10001010 | 11101010 | 100001 | 101001 | 0 | 1000 | 11111011 | 1000110 | 1001001 |
Color Harmonies of #9C8AEA
Complementary color
Monochromatic Colors of #9C8AEA
Black with #9C8AEA
Text Example
Text Example
White with #9C8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AEA; }
p { color: rgb(156,138,234); }
H1.HeaderClassName
{
color: #9C8AEA;
}
.AnyTagClassName
{
color: #9C8AEA;
}
</style>
background-color css
<style>
a { background-color: #9C8AEA; }
a { background-color: rgb(156,138,234); }
div.DivClassName
{
background-color: #9C8AEA;
}
.BgClassName
{
background-color: #9C8AEA;
}
</style>
border-color css
<style>
span { border-color: #9C8AEA; }
span { border-color: rgb(156,138,234); }
td.TdClassName
{
border-color: #9C8AEA;
}
.TagClassName
{
border-color: #9C8AEA;
}
</style>