Shades of Medium Purple #9C71E6
Tints of Medium Purple #9C71E6
RGB
CMYK
RGB Variations
Color information
#9C71E6 (or 0x9C71E6) is known color: Medium Purple. HEX triplet: 9C, 71 and E6. RGB value is (156,113,230). Sum of RGB (Red+Green+Blue) = 156+113+230=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C71E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C71E6 is #638E19. Grayscale: #8A8A8A. Windows color (decimal): -6524442 or 15102364. OLE color: 15102364.
HSL color Cylindrical-coordinate representation of color #9C71E6: hue angle of 262.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C71E6 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 113 | 230 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.10 |
| HSL | 262.05º | 0.7% | 0.67% | - |
| HSV(B) | 262.05º | 0.51% | 0.9% | - |
| XYZ | 33.9 | 24.59 | 77.82 | - |
| YUV | 139.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 230 | 0.32 | 0.51 | 0 | 0.10 | 262.05 | 0.7 | 0.67 |
| Hex | 9C | 71 | E6 | 20 | 33 | 0 | A | 106 | 46 | 43 |
| Octal | 234 | 161 | 346 | 40 | 63 | 0 | 12 | 406 | 106 | 103 |
| Binary | 10011100 | 1110001 | 11100110 | 100000 | 110011 | 0 | 1010 | 100000110 | 1000110 | 1000011 |
Color Harmonies of #9C71E6
Complementary color
Monochromatic Colors of #9C71E6
Black with #9C71E6
Text Example
Text Example
White with #9C71E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C71E6; }
p { color: rgb(156,113,230); }
H1.HeaderClassName
{
color: #9C71E6;
}
.AnyTagClassName
{
color: #9C71E6;
}
</style>
background-color css
<style>
a { background-color: #9C71E6; }
a { background-color: rgb(156,113,230); }
div.DivClassName
{
background-color: #9C71E6;
}
.BgClassName
{
background-color: #9C71E6;
}
</style>
border-color css
<style>
span { border-color: #9C71E6; }
span { border-color: rgb(156,113,230); }
td.TdClassName
{
border-color: #9C71E6;
}
.TagClassName
{
border-color: #9C71E6;
}
</style>