Shades of Medium Purple #9680DD
Tints of Medium Purple #9680DD
RGB
CMYK
RGB Variations
Color information
#9680DD (or 0x9680DD) is known color: Medium Purple. HEX triplet: 96, 80 and DD. RGB value is (150,128,221). Sum of RGB (Red+Green+Blue) = 150+128+221=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9680DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680DD is #697F22. Grayscale: #909090. Windows color (decimal): -6913827 or 14516374. OLE color: 14516374.
HSL color Cylindrical-coordinate representation of color #9680DD: hue angle of 254.19º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9680DD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 128 | 221 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.13 |
| HSL | 254.19º | 0.58% | 0.68% | - |
| HSV(B) | 254.19º | 0.42% | 0.87% | - |
| XYZ | 33.35 | 27.14 | 71.89 | - |
| YUV | 145.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 221 | 0.32 | 0.42 | 0 | 0.13 | 254.19 | 0.58 | 0.68 |
| Hex | 96 | 80 | DD | 20 | 2A | 0 | D | FE | 3A | 44 |
| Octal | 226 | 200 | 335 | 40 | 52 | 0 | 15 | 376 | 72 | 104 |
| Binary | 10010110 | 10000000 | 11011101 | 100000 | 101010 | 0 | 1101 | 11111110 | 111010 | 1000100 |
Color Harmonies of #9680DD
Complementary color
Monochromatic Colors of #9680DD
Black with #9680DD
Text Example
Text Example
White with #9680DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680DD; }
p { color: rgb(150,128,221); }
H1.HeaderClassName
{
color: #9680DD;
}
.AnyTagClassName
{
color: #9680DD;
}
</style>
background-color css
<style>
a { background-color: #9680DD; }
a { background-color: rgb(150,128,221); }
div.DivClassName
{
background-color: #9680DD;
}
.BgClassName
{
background-color: #9680DD;
}
</style>
border-color css
<style>
span { border-color: #9680DD; }
span { border-color: rgb(150,128,221); }
td.TdClassName
{
border-color: #9680DD;
}
.TagClassName
{
border-color: #9680DD;
}
</style>