Shades of Medium Purple #9C60E6
Tints of Medium Purple #9C60E6
RGB
CMYK
RGB Variations
Color information
#9C60E6 (or 0x9C60E6) is known color: Medium Purple. HEX triplet: 9C, 60 and E6. RGB value is (156,96,230). Sum of RGB (Red+Green+Blue) = 156+96+230=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C60E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C60E6 is #639F19. Grayscale: #808080. Windows color (decimal): -6528794 or 15098012. OLE color: 15098012.
HSL color Cylindrical-coordinate representation of color #9C60E6: hue angle of 266.87º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C60E6 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 96 | 230 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.10 |
| HSL | 266.87º | 0.73% | 0.64% | - |
| HSV(B) | 266.87º | 0.58% | 0.9% | - |
| XYZ | 32.18 | 21.15 | 77.25 | - |
| YUV | 129.22 | 184.88 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 230 | 0.32 | 0.58 | 0 | 0.10 | 266.87 | 0.73 | 0.64 |
| Hex | 9C | 60 | E6 | 20 | 3A | 0 | A | 10B | 49 | 40 |
| Octal | 234 | 140 | 346 | 40 | 72 | 0 | 12 | 413 | 111 | 100 |
| Binary | 10011100 | 1100000 | 11100110 | 100000 | 111010 | 0 | 1010 | 100001011 | 1001001 | 1000000 |
Color Harmonies of #9C60E6
Complementary color
Monochromatic Colors of #9C60E6
Black with #9C60E6
Text Example
Text Example
White with #9C60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C60E6; }
p { color: rgb(156,96,230); }
H1.HeaderClassName
{
color: #9C60E6;
}
.AnyTagClassName
{
color: #9C60E6;
}
</style>
background-color css
<style>
a { background-color: #9C60E6; }
a { background-color: rgb(156,96,230); }
div.DivClassName
{
background-color: #9C60E6;
}
.BgClassName
{
background-color: #9C60E6;
}
</style>
border-color css
<style>
span { border-color: #9C60E6; }
span { border-color: rgb(156,96,230); }
td.TdClassName
{
border-color: #9C60E6;
}
.TagClassName
{
border-color: #9C60E6;
}
</style>