Shades of Medium Purple #9C5BEA
Tints of Medium Purple #9C5BEA
RGB
CMYK
RGB Variations
Color information
#9C5BEA (or 0x9C5BEA) is known color: Medium Purple. HEX triplet: 9C, 5B and EA. RGB value is (156,91,234). Sum of RGB (Red+Green+Blue) = 156+91+234=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5BEA is #63A415. Grayscale: #7E7E7E. Windows color (decimal): -6530070 or 15358876. OLE color: 15358876.
HSL color Cylindrical-coordinate representation of color #9C5BEA: hue angle of 267.27º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C5BEA is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 91 | 234 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.08 |
| HSL | 267.27º | 0.77% | 0.64% | - |
| HSV(B) | 267.27º | 0.61% | 0.92% | - |
| XYZ | 32.3 | 20.49 | 80.09 | - |
| YUV | 126.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 234 | 0.33 | 0.61 | 0 | 0.08 | 267.27 | 0.77 | 0.64 |
| Hex | 9C | 5B | EA | 21 | 3D | 0 | 8 | 10B | 4D | 40 |
| Octal | 234 | 133 | 352 | 41 | 75 | 0 | 10 | 413 | 115 | 100 |
| Binary | 10011100 | 1011011 | 11101010 | 100001 | 111101 | 0 | 1000 | 100001011 | 1001101 | 1000000 |
Color Harmonies of #9C5BEA
Complementary color
Monochromatic Colors of #9C5BEA
Black with #9C5BEA
Text Example
Text Example
White with #9C5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5BEA; }
p { color: rgb(156,91,234); }
H1.HeaderClassName
{
color: #9C5BEA;
}
.AnyTagClassName
{
color: #9C5BEA;
}
</style>
background-color css
<style>
a { background-color: #9C5BEA; }
a { background-color: rgb(156,91,234); }
div.DivClassName
{
background-color: #9C5BEA;
}
.BgClassName
{
background-color: #9C5BEA;
}
</style>
border-color css
<style>
span { border-color: #9C5BEA; }
span { border-color: rgb(156,91,234); }
td.TdClassName
{
border-color: #9C5BEA;
}
.TagClassName
{
border-color: #9C5BEA;
}
</style>