Shades of Medium Purple #9A66DD
Tints of Medium Purple #9A66DD
RGB
CMYK
RGB Variations
Color information
#9A66DD (or 0x9A66DD) is known color: Medium Purple. HEX triplet: 9A, 66 and DD. RGB value is (154,102,221). Sum of RGB (Red+Green+Blue) = 154+102+221=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A66DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66DD is #659922. Grayscale: #828282. Windows color (decimal): -6658339 or 14509722. OLE color: 14509722.
HSL color Cylindrical-coordinate representation of color #9A66DD: hue angle of 266.22º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A66DD is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 102 | 221 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.13 |
| HSL | 266.22º | 0.64% | 0.63% | - |
| HSV(B) | 266.22º | 0.54% | 0.87% | - |
| XYZ | 31.13 | 21.59 | 70.93 | - |
| YUV | 131.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 221 | 0.30 | 0.54 | 0 | 0.13 | 266.22 | 0.64 | 0.63 |
| Hex | 9A | 66 | DD | 1E | 36 | 0 | D | 10A | 40 | 3F |
| Octal | 232 | 146 | 335 | 36 | 66 | 0 | 15 | 412 | 100 | 77 |
| Binary | 10011010 | 1100110 | 11011101 | 11110 | 110110 | 0 | 1101 | 100001010 | 1000000 | 111111 |
Color Harmonies of #9A66DD
Complementary color
Monochromatic Colors of #9A66DD
Black with #9A66DD
Text Example
Text Example
White with #9A66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A66DD; }
p { color: rgb(154,102,221); }
H1.HeaderClassName
{
color: #9A66DD;
}
.AnyTagClassName
{
color: #9A66DD;
}
</style>
background-color css
<style>
a { background-color: #9A66DD; }
a { background-color: rgb(154,102,221); }
div.DivClassName
{
background-color: #9A66DD;
}
.BgClassName
{
background-color: #9A66DD;
}
</style>
border-color css
<style>
span { border-color: #9A66DD; }
span { border-color: rgb(154,102,221); }
td.TdClassName
{
border-color: #9A66DD;
}
.TagClassName
{
border-color: #9A66DD;
}
</style>