Shades of Medium Purple #9682DF
Tints of Medium Purple #9682DF
RGB
CMYK
RGB Variations
Color information
#9682DF (or 0x9682DF) is known color: Medium Purple. HEX triplet: 96, 82 and DF. RGB value is (150,130,223). Sum of RGB (Red+Green+Blue) = 150+130+223=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #9682DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682DF is #697D20. Grayscale: #929292. Windows color (decimal): -6913313 or 14647958. OLE color: 14647958.
HSL color Cylindrical-coordinate representation of color #9682DF: hue angle of 252.9º degrees, saturation: 0.59, 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 #9682DF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 130 | 223 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 252.9º | 0.59% | 0.69% | - |
| HSV(B) | 252.9º | 0.42% | 0.87% | - |
| XYZ | 33.88 | 27.78 | 73.39 | - |
| YUV | 146.58 | 171.13 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 223 | 0.33 | 0.42 | 0 | 0.13 | 252.9 | 0.59 | 0.69 |
| Hex | 96 | 82 | DF | 21 | 2A | 0 | D | FD | 3B | 45 |
| Octal | 226 | 202 | 337 | 41 | 52 | 0 | 15 | 375 | 73 | 105 |
| Binary | 10010110 | 10000010 | 11011111 | 100001 | 101010 | 0 | 1101 | 11111101 | 111011 | 1000101 |
Color Harmonies of #9682DF
Complementary color
Monochromatic Colors of #9682DF
Black with #9682DF
Text Example
Text Example
White with #9682DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682DF; }
p { color: rgb(150,130,223); }
H1.HeaderClassName
{
color: #9682DF;
}
.AnyTagClassName
{
color: #9682DF;
}
</style>
background-color css
<style>
a { background-color: #9682DF; }
a { background-color: rgb(150,130,223); }
div.DivClassName
{
background-color: #9682DF;
}
.BgClassName
{
background-color: #9682DF;
}
</style>
border-color css
<style>
span { border-color: #9682DF; }
span { border-color: rgb(150,130,223); }
td.TdClassName
{
border-color: #9682DF;
}
.TagClassName
{
border-color: #9682DF;
}
</style>