Shades of Medium Purple #9A6BDD
Tints of Medium Purple #9A6BDD
RGB
CMYK
RGB Variations
Color information
#9A6BDD (or 0x9A6BDD) is known color: Medium Purple. HEX triplet: 9A, 6B and DD. RGB value is (154,107,221). Sum of RGB (Red+Green+Blue) = 154+107+221=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BDD is #659422. Grayscale: #858585. Windows color (decimal): -6657059 or 14511002. OLE color: 14511002.
HSL color Cylindrical-coordinate representation of color #9A6BDD: hue angle of 264.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A6BDD is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 107 | 221 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.13 |
| HSL | 264.74º | 0.63% | 0.64% | - |
| HSV(B) | 264.74º | 0.52% | 0.87% | - |
| XYZ | 31.64 | 22.61 | 71.1 | - |
| YUV | 134.05 | 177.07 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 221 | 0.30 | 0.52 | 0 | 0.13 | 264.74 | 0.63 | 0.64 |
| Hex | 9A | 6B | DD | 1E | 34 | 0 | D | 109 | 3F | 40 |
| Octal | 232 | 153 | 335 | 36 | 64 | 0 | 15 | 411 | 77 | 100 |
| Binary | 10011010 | 1101011 | 11011101 | 11110 | 110100 | 0 | 1101 | 100001001 | 111111 | 1000000 |
Color Harmonies of #9A6BDD
Complementary color
Monochromatic Colors of #9A6BDD
Black with #9A6BDD
Text Example
Text Example
White with #9A6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BDD; }
p { color: rgb(154,107,221); }
H1.HeaderClassName
{
color: #9A6BDD;
}
.AnyTagClassName
{
color: #9A6BDD;
}
</style>
background-color css
<style>
a { background-color: #9A6BDD; }
a { background-color: rgb(154,107,221); }
div.DivClassName
{
background-color: #9A6BDD;
}
.BgClassName
{
background-color: #9A6BDD;
}
</style>
border-color css
<style>
span { border-color: #9A6BDD; }
span { border-color: rgb(154,107,221); }
td.TdClassName
{
border-color: #9A6BDD;
}
.TagClassName
{
border-color: #9A6BDD;
}
</style>