Shades of Medium Purple #9C5DED
Tints of Medium Purple #9C5DED
RGB
CMYK
RGB Variations
Color information
#9C5DED (or 0x9C5DED) is known color: Medium Purple. HEX triplet: 9C, 5D and ED. RGB value is (156,93,237). Sum of RGB (Red+Green+Blue) = 156+93+237=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5DED is #63A212. Grayscale: #7F7F7F. Windows color (decimal): -6529555 or 15555996. OLE color: 15555996.
HSL color Cylindrical-coordinate representation of color #9C5DED: hue angle of 266.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C5DED is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 93 | 237 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.07 |
| HSL | 266.25º | 0.8% | 0.65% | - |
| HSV(B) | 266.25º | 0.61% | 0.93% | - |
| XYZ | 32.91 | 21.01 | 82.44 | - |
| YUV | 128.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 237 | 0.34 | 0.61 | 0 | 0.07 | 266.25 | 0.8 | 0.65 |
| Hex | 9C | 5D | ED | 22 | 3D | 0 | 7 | 10A | 50 | 41 |
| Octal | 234 | 135 | 355 | 42 | 75 | 0 | 7 | 412 | 120 | 101 |
| Binary | 10011100 | 1011101 | 11101101 | 100010 | 111101 | 0 | 111 | 100001010 | 1010000 | 1000001 |
Color Harmonies of #9C5DED
Complementary color
Monochromatic Colors of #9C5DED
Black with #9C5DED
Text Example
Text Example
White with #9C5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5DED; }
p { color: rgb(156,93,237); }
H1.HeaderClassName
{
color: #9C5DED;
}
.AnyTagClassName
{
color: #9C5DED;
}
</style>
background-color css
<style>
a { background-color: #9C5DED; }
a { background-color: rgb(156,93,237); }
div.DivClassName
{
background-color: #9C5DED;
}
.BgClassName
{
background-color: #9C5DED;
}
</style>
border-color css
<style>
span { border-color: #9C5DED; }
span { border-color: rgb(156,93,237); }
td.TdClassName
{
border-color: #9C5DED;
}
.TagClassName
{
border-color: #9C5DED;
}
</style>