Shades of Medium Purple #9C5DFA
Tints of Medium Purple #9C5DFA
RGB
CMYK
RGB Variations
Color information
#9C5DFA (or 0x9C5DFA) is known color: Medium Purple. HEX triplet: 9C, 5D and FA. RGB value is (156,93,250). Sum of RGB (Red+Green+Blue) = 156+93+250=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5DFA is #63A205. Grayscale: #818181. Windows color (decimal): -6529542 or 16407964. OLE color: 16407964.
HSL color Cylindrical-coordinate representation of color #9C5DFA: hue angle of 264.08º degrees, saturation: 0.94, 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 #9C5DFA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 93 | 250 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.02 |
| HSL | 264.08º | 0.94% | 0.67% | - |
| HSV(B) | 264.08º | 0.63% | 0.98% | - |
| XYZ | 34.88 | 21.8 | 92.81 | - |
| YUV | 129.74 | 195.87 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 250 | 0.38 | 0.63 | 0 | 0.02 | 264.08 | 0.94 | 0.67 |
| Hex | 9C | 5D | FA | 26 | 3F | 0 | 2 | 108 | 5E | 43 |
| Octal | 234 | 135 | 372 | 46 | 77 | 0 | 2 | 410 | 136 | 103 |
| Binary | 10011100 | 1011101 | 11111010 | 100110 | 111111 | 0 | 10 | 100001000 | 1011110 | 1000011 |
Color Harmonies of #9C5DFA
Complementary color
Monochromatic Colors of #9C5DFA
Black with #9C5DFA
Text Example
Text Example
White with #9C5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5DFA; }
p { color: rgb(156,93,250); }
H1.HeaderClassName
{
color: #9C5DFA;
}
.AnyTagClassName
{
color: #9C5DFA;
}
</style>
background-color css
<style>
a { background-color: #9C5DFA; }
a { background-color: rgb(156,93,250); }
div.DivClassName
{
background-color: #9C5DFA;
}
.BgClassName
{
background-color: #9C5DFA;
}
</style>
border-color css
<style>
span { border-color: #9C5DFA; }
span { border-color: rgb(156,93,250); }
td.TdClassName
{
border-color: #9C5DFA;
}
.TagClassName
{
border-color: #9C5DFA;
}
</style>