Shades of Medium Purple #9C5EFA
Tints of Medium Purple #9C5EFA
RGB
CMYK
RGB Variations
Color information
#9C5EFA (or 0x9C5EFA) is known color: Medium Purple. HEX triplet: 9C, 5E and FA. RGB value is (156,94,250). Sum of RGB (Red+Green+Blue) = 156+94+250=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C5EFA is #63A105. Grayscale: #818181. Windows color (decimal): -6529286 or 16408220. OLE color: 16408220.
HSL color Cylindrical-coordinate representation of color #9C5EFA: hue angle of 263.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C5EFA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 156 | 94 | 250 | - |
CMYK | 0.38 | 0.62 | 0 | 0.02 |
HSL | 263.85º | 0.94% | 0.67% | - |
HSV(B) | 263.85º | 0.62% | 0.98% | - |
XYZ | 34.97 | 21.98 | 92.84 | - |
YUV | 130.32 | 195.54 | 146.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 94 | 250 | 0.38 | 0.62 | 0 | 0.02 | 263.85 | 0.94 | 0.67 |
Hex | 9C | 5E | FA | 26 | 3E | 0 | 2 | 108 | 5E | 43 |
Octal | 234 | 136 | 372 | 46 | 76 | 0 | 2 | 410 | 136 | 103 |
Binary | 10011100 | 1011110 | 11111010 | 100110 | 111110 | 0 | 10 | 100001000 | 1011110 | 1000011 |
Color Harmonies of #9C5EFA
Complementary color
Monochromatic Colors of #9C5EFA
Black with #9C5EFA
Text Example
Text Example
White with #9C5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5EFA; }
p { color: rgb(156,94,250); }
H1.HeaderClassName
{
color: #9C5EFA;
}
.AnyTagClassName
{
color: #9C5EFA;
}
</style>
background-color css
<style>
a { background-color: #9C5EFA; }
a { background-color: rgb(156,94,250); }
div.DivClassName
{
background-color: #9C5EFA;
}
.BgClassName
{
background-color: #9C5EFA;
}
</style>
border-color css
<style>
span { border-color: #9C5EFA; }
span { border-color: rgb(156,94,250); }
td.TdClassName
{
border-color: #9C5EFA;
}
.TagClassName
{
border-color: #9C5EFA;
}
</style>