Shades of Medium Purple #9C56F4
Tints of Medium Purple #9C56F4
RGB
CMYK
RGB Variations
Color information
#9C56F4 (or 0x9C56F4) is known color: Medium Purple. HEX triplet: 9C, 56 and F4. RGB value is (156,86,244). Sum of RGB (Red+Green+Blue) = 156+86+244=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C56F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C56F4 is #63A90B. Grayscale: #7C7C7C. Windows color (decimal): -6531340 or 16012956. OLE color: 16012956.
HSL color Cylindrical-coordinate representation of color #9C56F4: hue angle of 266.58º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C56F4 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 86 | 244 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.04 |
| HSL | 266.58º | 0.88% | 0.65% | - |
| HSV(B) | 266.58º | 0.65% | 0.96% | - |
| XYZ | 33.37 | 20.26 | 87.74 | - |
| YUV | 124.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 244 | 0.36 | 0.65 | 0 | 0.04 | 266.58 | 0.88 | 0.65 |
| Hex | 9C | 56 | F4 | 24 | 41 | 0 | 4 | 10B | 58 | 41 |
| Octal | 234 | 126 | 364 | 44 | 101 | 0 | 4 | 413 | 130 | 101 |
| Binary | 10011100 | 1010110 | 11110100 | 100100 | 1000001 | 0 | 100 | 100001011 | 1011000 | 1000001 |
Color Harmonies of #9C56F4
Complementary color
Monochromatic Colors of #9C56F4
Black with #9C56F4
Text Example
Text Example
White with #9C56F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C56F4; }
p { color: rgb(156,86,244); }
H1.HeaderClassName
{
color: #9C56F4;
}
.AnyTagClassName
{
color: #9C56F4;
}
</style>
background-color css
<style>
a { background-color: #9C56F4; }
a { background-color: rgb(156,86,244); }
div.DivClassName
{
background-color: #9C56F4;
}
.BgClassName
{
background-color: #9C56F4;
}
</style>
border-color css
<style>
span { border-color: #9C56F4; }
span { border-color: rgb(156,86,244); }
td.TdClassName
{
border-color: #9C56F4;
}
.TagClassName
{
border-color: #9C56F4;
}
</style>