Shades of Medium Purple #9C73E5
Tints of Medium Purple #9C73E5
RGB
CMYK
RGB Variations
Color information
#9C73E5 (or 0x9C73E5) is known color: Medium Purple. HEX triplet: 9C, 73 and E5. RGB value is (156,115,229). Sum of RGB (Red+Green+Blue) = 156+115+229=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #9C73E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C73E5 is #638C1A. Grayscale: #8B8B8B. Windows color (decimal): -6523931 or 15037340. OLE color: 15037340.
HSL color Cylindrical-coordinate representation of color #9C73E5: hue angle of 261.58º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C73E5 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 115 | 229 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.10 |
| HSL | 261.58º | 0.69% | 0.67% | - |
| HSV(B) | 261.58º | 0.5% | 0.9% | - |
| XYZ | 33.98 | 24.99 | 77.16 | - |
| YUV | 140.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 229 | 0.32 | 0.50 | 0 | 0.10 | 261.58 | 0.69 | 0.67 |
| Hex | 9C | 73 | E5 | 20 | 32 | 0 | A | 106 | 45 | 43 |
| Octal | 234 | 163 | 345 | 40 | 62 | 0 | 12 | 406 | 105 | 103 |
| Binary | 10011100 | 1110011 | 11100101 | 100000 | 110010 | 0 | 1010 | 100000110 | 1000101 | 1000011 |
Color Harmonies of #9C73E5
Complementary color
Monochromatic Colors of #9C73E5
Black with #9C73E5
Text Example
Text Example
White with #9C73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73E5; }
p { color: rgb(156,115,229); }
H1.HeaderClassName
{
color: #9C73E5;
}
.AnyTagClassName
{
color: #9C73E5;
}
</style>
background-color css
<style>
a { background-color: #9C73E5; }
a { background-color: rgb(156,115,229); }
div.DivClassName
{
background-color: #9C73E5;
}
.BgClassName
{
background-color: #9C73E5;
}
</style>
border-color css
<style>
span { border-color: #9C73E5; }
span { border-color: rgb(156,115,229); }
td.TdClassName
{
border-color: #9C73E5;
}
.TagClassName
{
border-color: #9C73E5;
}
</style>