Shades of Medium Purple #9C60EA
Tints of Medium Purple #9C60EA
RGB
CMYK
RGB Variations
Color information
#9C60EA (or 0x9C60EA) is known color: Medium Purple. HEX triplet: 9C, 60 and EA. RGB value is (156,96,234). Sum of RGB (Red+Green+Blue) = 156+96+234=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C60EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C60EA is #639F15. Grayscale: #818181. Windows color (decimal): -6528790 or 15360156. OLE color: 15360156.
HSL color Cylindrical-coordinate representation of color #9C60EA: hue angle of 266.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C60EA is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 96 | 234 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.08 |
| HSL | 266.09º | 0.77% | 0.65% | - |
| HSV(B) | 266.09º | 0.59% | 0.92% | - |
| XYZ | 32.74 | 21.37 | 80.24 | - |
| YUV | 129.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 234 | 0.33 | 0.59 | 0 | 0.08 | 266.09 | 0.77 | 0.65 |
| Hex | 9C | 60 | EA | 21 | 3B | 0 | 8 | 10A | 4D | 41 |
| Octal | 234 | 140 | 352 | 41 | 73 | 0 | 10 | 412 | 115 | 101 |
| Binary | 10011100 | 1100000 | 11101010 | 100001 | 111011 | 0 | 1000 | 100001010 | 1001101 | 1000001 |
Color Harmonies of #9C60EA
Complementary color
Monochromatic Colors of #9C60EA
Black with #9C60EA
Text Example
Text Example
White with #9C60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C60EA; }
p { color: rgb(156,96,234); }
H1.HeaderClassName
{
color: #9C60EA;
}
.AnyTagClassName
{
color: #9C60EA;
}
</style>
background-color css
<style>
a { background-color: #9C60EA; }
a { background-color: rgb(156,96,234); }
div.DivClassName
{
background-color: #9C60EA;
}
.BgClassName
{
background-color: #9C60EA;
}
</style>
border-color css
<style>
span { border-color: #9C60EA; }
span { border-color: rgb(156,96,234); }
td.TdClassName
{
border-color: #9C60EA;
}
.TagClassName
{
border-color: #9C60EA;
}
</style>