Shades of Medium Purple #9C73E0
Tints of Medium Purple #9C73E0
RGB
CMYK
RGB Variations
Color information
#9C73E0 (or 0x9C73E0) is known color: Medium Purple. HEX triplet: 9C, 73 and E0. RGB value is (156,115,224). Sum of RGB (Red+Green+Blue) = 156+115+224=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C73E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C73E0 is #638C1F. Grayscale: #8B8B8B. Windows color (decimal): -6523936 or 14709660. OLE color: 14709660.
HSL color Cylindrical-coordinate representation of color #9C73E0: hue angle of 262.57º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C73E0 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 115 | 224 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.12 |
| HSL | 262.57º | 0.64% | 0.66% | - |
| HSV(B) | 262.57º | 0.49% | 0.88% | - |
| XYZ | 33.3 | 24.71 | 73.54 | - |
| YUV | 139.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 224 | 0.30 | 0.49 | 0 | 0.12 | 262.57 | 0.64 | 0.66 |
| Hex | 9C | 73 | E0 | 1E | 31 | 0 | C | 107 | 40 | 42 |
| Octal | 234 | 163 | 340 | 36 | 61 | 0 | 14 | 407 | 100 | 102 |
| Binary | 10011100 | 1110011 | 11100000 | 11110 | 110001 | 0 | 1100 | 100000111 | 1000000 | 1000010 |
Color Harmonies of #9C73E0
Complementary color
Monochromatic Colors of #9C73E0
Black with #9C73E0
Text Example
Text Example
White with #9C73E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73E0; }
p { color: rgb(156,115,224); }
H1.HeaderClassName
{
color: #9C73E0;
}
.AnyTagClassName
{
color: #9C73E0;
}
</style>
background-color css
<style>
a { background-color: #9C73E0; }
a { background-color: rgb(156,115,224); }
div.DivClassName
{
background-color: #9C73E0;
}
.BgClassName
{
background-color: #9C73E0;
}
</style>
border-color css
<style>
span { border-color: #9C73E0; }
span { border-color: rgb(156,115,224); }
td.TdClassName
{
border-color: #9C73E0;
}
.TagClassName
{
border-color: #9C73E0;
}
</style>