Shades of Medium Purple #9A60EF
Tints of Medium Purple #9A60EF
RGB
CMYK
RGB Variations
Color information
#9A60EF (or 0x9A60EF) is known color: Medium Purple. HEX triplet: 9A, 60 and EF. RGB value is (154,96,239). Sum of RGB (Red+Green+Blue) = 154+96+239=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A60EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A60EF is #659F10. Grayscale: #818181. Windows color (decimal): -6659857 or 15687834. OLE color: 15687834.
HSL color Cylindrical-coordinate representation of color #9A60EF: hue angle of 264.34º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A60EF is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 96 | 239 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.06 |
| HSL | 264.34º | 0.82% | 0.66% | - |
| HSV(B) | 264.34º | 0.6% | 0.94% | - |
| XYZ | 33.09 | 21.47 | 84.06 | - |
| YUV | 129.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 239 | 0.36 | 0.60 | 0 | 0.06 | 264.34 | 0.82 | 0.66 |
| Hex | 9A | 60 | EF | 24 | 3C | 0 | 6 | 108 | 52 | 42 |
| Octal | 232 | 140 | 357 | 44 | 74 | 0 | 6 | 410 | 122 | 102 |
| Binary | 10011010 | 1100000 | 11101111 | 100100 | 111100 | 0 | 110 | 100001000 | 1010010 | 1000010 |
Color Harmonies of #9A60EF
Complementary color
Monochromatic Colors of #9A60EF
Black with #9A60EF
Text Example
Text Example
White with #9A60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60EF; }
p { color: rgb(154,96,239); }
H1.HeaderClassName
{
color: #9A60EF;
}
.AnyTagClassName
{
color: #9A60EF;
}
</style>
background-color css
<style>
a { background-color: #9A60EF; }
a { background-color: rgb(154,96,239); }
div.DivClassName
{
background-color: #9A60EF;
}
.BgClassName
{
background-color: #9A60EF;
}
</style>
border-color css
<style>
span { border-color: #9A60EF; }
span { border-color: rgb(154,96,239); }
td.TdClassName
{
border-color: #9A60EF;
}
.TagClassName
{
border-color: #9A60EF;
}
</style>