Shades of Medium Purple #9681DD
Tints of Medium Purple #9681DD
RGB
CMYK
RGB Variations
Color information
#9681DD (or 0x9681DD) is known color: Medium Purple. HEX triplet: 96, 81 and DD. RGB value is (150,129,221). Sum of RGB (Red+Green+Blue) = 150+129+221=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #9681DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681DD is #697E22. Grayscale: #919191. Windows color (decimal): -6913571 or 14516630. OLE color: 14516630.
HSL color Cylindrical-coordinate representation of color #9681DD: hue angle of 253.7º 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 #9681DD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 129 | 221 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.13 |
| HSL | 253.7º | 0.58% | 0.69% | - |
| HSV(B) | 253.7º | 0.42% | 0.87% | - |
| XYZ | 33.48 | 27.41 | 71.93 | - |
| YUV | 145.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 221 | 0.32 | 0.42 | 0 | 0.13 | 253.7 | 0.58 | 0.69 |
| Hex | 96 | 81 | DD | 20 | 2A | 0 | D | FE | 3A | 45 |
| Octal | 226 | 201 | 335 | 40 | 52 | 0 | 15 | 376 | 72 | 105 |
| Binary | 10010110 | 10000001 | 11011101 | 100000 | 101010 | 0 | 1101 | 11111110 | 111010 | 1000101 |
Color Harmonies of #9681DD
Complementary color
Monochromatic Colors of #9681DD
Black with #9681DD
Text Example
Text Example
White with #9681DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681DD; }
p { color: rgb(150,129,221); }
H1.HeaderClassName
{
color: #9681DD;
}
.AnyTagClassName
{
color: #9681DD;
}
</style>
background-color css
<style>
a { background-color: #9681DD; }
a { background-color: rgb(150,129,221); }
div.DivClassName
{
background-color: #9681DD;
}
.BgClassName
{
background-color: #9681DD;
}
</style>
border-color css
<style>
span { border-color: #9681DD; }
span { border-color: rgb(150,129,221); }
td.TdClassName
{
border-color: #9681DD;
}
.TagClassName
{
border-color: #9681DD;
}
</style>