Shades of Medium Purple #9682DA
Tints of Medium Purple #9682DA
RGB
CMYK
RGB Variations
Color information
#9682DA (or 0x9682DA) is known color: Medium Purple. HEX triplet: 96, 82 and DA. RGB value is (150,130,218). Sum of RGB (Red+Green+Blue) = 150+130+218=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9682DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682DA is #697D25. Grayscale: #919191. Windows color (decimal): -6913318 or 14320278. OLE color: 14320278.
HSL color Cylindrical-coordinate representation of color #9682DA: hue angle of 253.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9682DA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 130 | 218 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.15 |
| HSL | 253.64º | 0.54% | 0.68% | - |
| HSV(B) | 253.64º | 0.4% | 0.85% | - |
| XYZ | 33.22 | 27.51 | 69.89 | - |
| YUV | 146.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 218 | 0.31 | 0.40 | 0 | 0.15 | 253.64 | 0.54 | 0.68 |
| Hex | 96 | 82 | DA | 1F | 28 | 0 | F | FE | 36 | 44 |
| Octal | 226 | 202 | 332 | 37 | 50 | 0 | 17 | 376 | 66 | 104 |
| Binary | 10010110 | 10000010 | 11011010 | 11111 | 101000 | 0 | 1111 | 11111110 | 110110 | 1000100 |
Color Harmonies of #9682DA
Complementary color
Monochromatic Colors of #9682DA
Black with #9682DA
Text Example
Text Example
White with #9682DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682DA; }
p { color: rgb(150,130,218); }
H1.HeaderClassName
{
color: #9682DA;
}
.AnyTagClassName
{
color: #9682DA;
}
</style>
background-color css
<style>
a { background-color: #9682DA; }
a { background-color: rgb(150,130,218); }
div.DivClassName
{
background-color: #9682DA;
}
.BgClassName
{
background-color: #9682DA;
}
</style>
border-color css
<style>
span { border-color: #9682DA; }
span { border-color: rgb(150,130,218); }
td.TdClassName
{
border-color: #9682DA;
}
.TagClassName
{
border-color: #9682DA;
}
</style>