Shades of Medium Purple #9C8BEA
Tints of Medium Purple #9C8BEA
RGB
CMYK
RGB Variations
Color information
#9C8BEA (or 0x9C8BEA) is known color: Medium Purple. HEX triplet: 9C, 8B and EA. RGB value is (156,139,234). Sum of RGB (Red+Green+Blue) = 156+139+234=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BEA is #637415. Grayscale: #9A9A9A. Windows color (decimal): -6517782 or 15371164. OLE color: 15371164.
HSL color Cylindrical-coordinate representation of color #9C8BEA: hue angle of 250.74º degrees, saturation: 0.69, 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 #9C8BEA is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 139 | 234 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.08 |
| HSL | 250.74º | 0.69% | 0.73% | - |
| HSV(B) | 250.74º | 0.41% | 0.92% | - |
| XYZ | 37.79 | 31.47 | 81.92 | - |
| YUV | 154.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 234 | 0.33 | 0.41 | 0 | 0.08 | 250.74 | 0.69 | 0.73 |
| Hex | 9C | 8B | EA | 21 | 29 | 0 | 8 | FB | 45 | 49 |
| Octal | 234 | 213 | 352 | 41 | 51 | 0 | 10 | 373 | 105 | 111 |
| Binary | 10011100 | 10001011 | 11101010 | 100001 | 101001 | 0 | 1000 | 11111011 | 1000101 | 1001001 |
Color Harmonies of #9C8BEA
Complementary color
Monochromatic Colors of #9C8BEA
Black with #9C8BEA
Text Example
Text Example
White with #9C8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BEA; }
p { color: rgb(156,139,234); }
H1.HeaderClassName
{
color: #9C8BEA;
}
.AnyTagClassName
{
color: #9C8BEA;
}
</style>
background-color css
<style>
a { background-color: #9C8BEA; }
a { background-color: rgb(156,139,234); }
div.DivClassName
{
background-color: #9C8BEA;
}
.BgClassName
{
background-color: #9C8BEA;
}
</style>
border-color css
<style>
span { border-color: #9C8BEA; }
span { border-color: rgb(156,139,234); }
td.TdClassName
{
border-color: #9C8BEA;
}
.TagClassName
{
border-color: #9C8BEA;
}
</style>