Shades of Medium Purple #9C5DF9
Tints of Medium Purple #9C5DF9
RGB
CMYK
RGB Variations
Color information
#9C5DF9 (or 0x9C5DF9) is known color: Medium Purple. HEX triplet: 9C, 5D and F9. RGB value is (156,93,249). Sum of RGB (Red+Green+Blue) = 156+93+249=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C5DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5DF9 is #63A206. Grayscale: #818181. Windows color (decimal): -6529543 or 16342428. OLE color: 16342428.
HSL color Cylindrical-coordinate representation of color #9C5DF9: hue angle of 264.23º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C5DF9 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 93 | 249 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.02 |
| HSL | 264.23º | 0.93% | 0.67% | - |
| HSV(B) | 264.23º | 0.63% | 0.98% | - |
| XYZ | 34.72 | 21.74 | 91.99 | - |
| YUV | 129.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 249 | 0.37 | 0.63 | 0 | 0.02 | 264.23 | 0.93 | 0.67 |
| Hex | 9C | 5D | F9 | 25 | 3F | 0 | 2 | 108 | 5D | 43 |
| Octal | 234 | 135 | 371 | 45 | 77 | 0 | 2 | 410 | 135 | 103 |
| Binary | 10011100 | 1011101 | 11111001 | 100101 | 111111 | 0 | 10 | 100001000 | 1011101 | 1000011 |
Color Harmonies of #9C5DF9
Complementary color
Monochromatic Colors of #9C5DF9
Black with #9C5DF9
Text Example
Text Example
White with #9C5DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5DF9; }
p { color: rgb(156,93,249); }
H1.HeaderClassName
{
color: #9C5DF9;
}
.AnyTagClassName
{
color: #9C5DF9;
}
</style>
background-color css
<style>
a { background-color: #9C5DF9; }
a { background-color: rgb(156,93,249); }
div.DivClassName
{
background-color: #9C5DF9;
}
.BgClassName
{
background-color: #9C5DF9;
}
</style>
border-color css
<style>
span { border-color: #9C5DF9; }
span { border-color: rgb(156,93,249); }
td.TdClassName
{
border-color: #9C5DF9;
}
.TagClassName
{
border-color: #9C5DF9;
}
</style>