Shades of Medium Purple #9A6ADA
Tints of Medium Purple #9A6ADA
RGB
CMYK
RGB Variations
Color information
#9A6ADA (or 0x9A6ADA) is known color: Medium Purple. HEX triplet: 9A, 6A and DA. RGB value is (154,106,218). Sum of RGB (Red+Green+Blue) = 154+106+218=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A6ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ADA is #659525. Grayscale: #848484. Windows color (decimal): -6657318 or 14314138. OLE color: 14314138.
HSL color Cylindrical-coordinate representation of color #9A6ADA: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A6ADA is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 106 | 218 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.15 |
| HSL | 265.71º | 0.6% | 0.64% | - |
| HSV(B) | 265.71º | 0.51% | 0.85% | - |
| XYZ | 31.14 | 22.24 | 68.98 | - |
| YUV | 133.12 | 175.9 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 218 | 0.29 | 0.51 | 0 | 0.15 | 265.71 | 0.6 | 0.64 |
| Hex | 9A | 6A | DA | 1D | 33 | 0 | F | 10A | 3C | 40 |
| Octal | 232 | 152 | 332 | 35 | 63 | 0 | 17 | 412 | 74 | 100 |
| Binary | 10011010 | 1101010 | 11011010 | 11101 | 110011 | 0 | 1111 | 100001010 | 111100 | 1000000 |
Color Harmonies of #9A6ADA
Complementary color
Monochromatic Colors of #9A6ADA
Black with #9A6ADA
Text Example
Text Example
White with #9A6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ADA; }
p { color: rgb(154,106,218); }
H1.HeaderClassName
{
color: #9A6ADA;
}
.AnyTagClassName
{
color: #9A6ADA;
}
</style>
background-color css
<style>
a { background-color: #9A6ADA; }
a { background-color: rgb(154,106,218); }
div.DivClassName
{
background-color: #9A6ADA;
}
.BgClassName
{
background-color: #9A6ADA;
}
</style>
border-color css
<style>
span { border-color: #9A6ADA; }
span { border-color: rgb(154,106,218); }
td.TdClassName
{
border-color: #9A6ADA;
}
.TagClassName
{
border-color: #9A6ADA;
}
</style>