Shades of Medium Purple #9A6ED6
Tints of Medium Purple #9A6ED6
RGB
CMYK
RGB Variations
Color information
#9A6ED6 (or 0x9A6ED6) is known color: Medium Purple. HEX triplet: 9A, 6E and D6. RGB value is (154,110,214). Sum of RGB (Red+Green+Blue) = 154+110+214=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A6ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ED6 is #659129. Grayscale: #868686. Windows color (decimal): -6656298 or 14053018. OLE color: 14053018.
HSL color Cylindrical-coordinate representation of color #9A6ED6: hue angle of 265.38º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A6ED6 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 110 | 214 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.16 |
| HSL | 265.38º | 0.56% | 0.64% | - |
| HSV(B) | 265.38º | 0.49% | 0.84% | - |
| XYZ | 31.04 | 22.88 | 66.4 | - |
| YUV | 135.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 214 | 0.28 | 0.49 | 0 | 0.16 | 265.38 | 0.56 | 0.64 |
| Hex | 9A | 6E | D6 | 1C | 31 | 0 | 10 | 109 | 38 | 40 |
| Octal | 232 | 156 | 326 | 34 | 61 | 0 | 20 | 411 | 70 | 100 |
| Binary | 10011010 | 1101110 | 11010110 | 11100 | 110001 | 0 | 10000 | 100001001 | 111000 | 1000000 |
Color Harmonies of #9A6ED6
Complementary color
Monochromatic Colors of #9A6ED6
Black with #9A6ED6
Text Example
Text Example
White with #9A6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ED6; }
p { color: rgb(154,110,214); }
H1.HeaderClassName
{
color: #9A6ED6;
}
.AnyTagClassName
{
color: #9A6ED6;
}
</style>
background-color css
<style>
a { background-color: #9A6ED6; }
a { background-color: rgb(154,110,214); }
div.DivClassName
{
background-color: #9A6ED6;
}
.BgClassName
{
background-color: #9A6ED6;
}
</style>
border-color css
<style>
span { border-color: #9A6ED6; }
span { border-color: rgb(154,110,214); }
td.TdClassName
{
border-color: #9A6ED6;
}
.TagClassName
{
border-color: #9A6ED6;
}
</style>