Shades of Medium Purple #9A6DED
Tints of Medium Purple #9A6DED
RGB
CMYK
RGB Variations
Color information
#9A6DED (or 0x9A6DED) is known color: Medium Purple. HEX triplet: 9A, 6D and ED. RGB value is (154,109,237). Sum of RGB (Red+Green+Blue) = 154+109+237=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6DED is #659212. Grayscale: #888888. Windows color (decimal): -6656531 or 15560090. OLE color: 15560090.
HSL color Cylindrical-coordinate representation of color #9A6DED: hue angle of 261.09º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6DED is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 109 | 237 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.07 |
| HSL | 261.09º | 0.78% | 0.68% | - |
| HSV(B) | 261.09º | 0.54% | 0.93% | - |
| XYZ | 34.08 | 23.92 | 82.94 | - |
| YUV | 137.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 109 | 237 | 0.35 | 0.54 | 0 | 0.07 | 261.09 | 0.78 | 0.68 |
| Hex | 9A | 6D | ED | 23 | 36 | 0 | 7 | 105 | 4E | 44 |
| Octal | 232 | 155 | 355 | 43 | 66 | 0 | 7 | 405 | 116 | 104 |
| Binary | 10011010 | 1101101 | 11101101 | 100011 | 110110 | 0 | 111 | 100000101 | 1001110 | 1000100 |
Color Harmonies of #9A6DED
Complementary color
Monochromatic Colors of #9A6DED
Black with #9A6DED
Text Example
Text Example
White with #9A6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6DED; }
p { color: rgb(154,109,237); }
H1.HeaderClassName
{
color: #9A6DED;
}
.AnyTagClassName
{
color: #9A6DED;
}
</style>
background-color css
<style>
a { background-color: #9A6DED; }
a { background-color: rgb(154,109,237); }
div.DivClassName
{
background-color: #9A6DED;
}
.BgClassName
{
background-color: #9A6DED;
}
</style>
border-color css
<style>
span { border-color: #9A6DED; }
span { border-color: rgb(154,109,237); }
td.TdClassName
{
border-color: #9A6DED;
}
.TagClassName
{
border-color: #9A6DED;
}
</style>