Shades of Medium Purple #9681D9
Tints of Medium Purple #9681D9
RGB
CMYK
RGB Variations
Color information
#9681D9 (or 0x9681D9) is known color: Medium Purple. HEX triplet: 96, 81 and D9. RGB value is (150,129,217). Sum of RGB (Red+Green+Blue) = 150+129+217=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #9681D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681D9 is #697E26. Grayscale: #909090. Windows color (decimal): -6913575 or 14254486. OLE color: 14254486.
HSL color Cylindrical-coordinate representation of color #9681D9: hue angle of 254.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9681D9 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 129 | 217 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.15 |
| HSL | 254.32º | 0.54% | 0.68% | - |
| HSV(B) | 254.32º | 0.41% | 0.85% | - |
| XYZ | 32.95 | 27.19 | 69.16 | - |
| YUV | 145.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 217 | 0.31 | 0.41 | 0 | 0.15 | 254.32 | 0.54 | 0.68 |
| Hex | 96 | 81 | D9 | 1F | 29 | 0 | F | FE | 36 | 44 |
| Octal | 226 | 201 | 331 | 37 | 51 | 0 | 17 | 376 | 66 | 104 |
| Binary | 10010110 | 10000001 | 11011001 | 11111 | 101001 | 0 | 1111 | 11111110 | 110110 | 1000100 |
Color Harmonies of #9681D9
Complementary color
Monochromatic Colors of #9681D9
Black with #9681D9
Text Example
Text Example
White with #9681D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681D9; }
p { color: rgb(150,129,217); }
H1.HeaderClassName
{
color: #9681D9;
}
.AnyTagClassName
{
color: #9681D9;
}
</style>
background-color css
<style>
a { background-color: #9681D9; }
a { background-color: rgb(150,129,217); }
div.DivClassName
{
background-color: #9681D9;
}
.BgClassName
{
background-color: #9681D9;
}
</style>
border-color css
<style>
span { border-color: #9681D9; }
span { border-color: rgb(150,129,217); }
td.TdClassName
{
border-color: #9681D9;
}
.TagClassName
{
border-color: #9681D9;
}
</style>