Shades of Medium Purple #9A81DD
Tints of Medium Purple #9A81DD
RGB
CMYK
RGB Variations
Color information
#9A81DD (or 0x9A81DD) is known color: Medium Purple. HEX triplet: 9A, 81 and DD. RGB value is (154,129,221). Sum of RGB (Red+Green+Blue) = 154+129+221=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81DD is #657E22. Grayscale: #929292. Windows color (decimal): -6651427 or 14516634. OLE color: 14516634.
HSL color Cylindrical-coordinate representation of color #9A81DD: hue angle of 256.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A81DD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 129 | 221 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.13 |
| HSL | 256.3º | 0.58% | 0.69% | - |
| HSV(B) | 256.3º | 0.42% | 0.87% | - |
| XYZ | 34.23 | 27.79 | 71.97 | - |
| YUV | 146.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 221 | 0.30 | 0.42 | 0 | 0.13 | 256.3 | 0.58 | 0.69 |
| Hex | 9A | 81 | DD | 1E | 2A | 0 | D | 100 | 3A | 45 |
| Octal | 232 | 201 | 335 | 36 | 52 | 0 | 15 | 400 | 72 | 105 |
| Binary | 10011010 | 10000001 | 11011101 | 11110 | 101010 | 0 | 1101 | 100000000 | 111010 | 1000101 |
Color Harmonies of #9A81DD
Complementary color
Monochromatic Colors of #9A81DD
Black with #9A81DD
Text Example
Text Example
White with #9A81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81DD; }
p { color: rgb(154,129,221); }
H1.HeaderClassName
{
color: #9A81DD;
}
.AnyTagClassName
{
color: #9A81DD;
}
</style>
background-color css
<style>
a { background-color: #9A81DD; }
a { background-color: rgb(154,129,221); }
div.DivClassName
{
background-color: #9A81DD;
}
.BgClassName
{
background-color: #9A81DD;
}
</style>
border-color css
<style>
span { border-color: #9A81DD; }
span { border-color: rgb(154,129,221); }
td.TdClassName
{
border-color: #9A81DD;
}
.TagClassName
{
border-color: #9A81DD;
}
</style>