Shades of Medium Purple #9682D2
Tints of Medium Purple #9682D2
RGB
CMYK
RGB Variations
Color information
#9682D2 (or 0x9682D2) is known color: Medium Purple. HEX triplet: 96, 82 and D2. RGB value is (150,130,210). Sum of RGB (Red+Green+Blue) = 150+130+210=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #9682D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682D2 is #697D2D. Grayscale: #909090. Windows color (decimal): -6913326 or 13795990. OLE color: 13795990.
HSL color Cylindrical-coordinate representation of color #9682D2: hue angle of 255º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9682D2 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 130 | 210 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.18 |
| HSL | 255º | 0.47% | 0.67% | - |
| HSV(B) | 255º | 0.38% | 0.82% | - |
| XYZ | 32.19 | 27.1 | 64.51 | - |
| YUV | 145.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 210 | 0.29 | 0.38 | 0 | 0.18 | 255 | 0.47 | 0.67 |
| Hex | 96 | 82 | D2 | 1D | 26 | 0 | 12 | FF | 2F | 43 |
| Octal | 226 | 202 | 322 | 35 | 46 | 0 | 22 | 377 | 57 | 103 |
| Binary | 10010110 | 10000010 | 11010010 | 11101 | 100110 | 0 | 10010 | 11111111 | 101111 | 1000011 |
Color Harmonies of #9682D2
Complementary color
Monochromatic Colors of #9682D2
Black with #9682D2
Text Example
Text Example
White with #9682D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682D2; }
p { color: rgb(150,130,210); }
H1.HeaderClassName
{
color: #9682D2;
}
.AnyTagClassName
{
color: #9682D2;
}
</style>
background-color css
<style>
a { background-color: #9682D2; }
a { background-color: rgb(150,130,210); }
div.DivClassName
{
background-color: #9682D2;
}
.BgClassName
{
background-color: #9682D2;
}
</style>
border-color css
<style>
span { border-color: #9682D2; }
span { border-color: rgb(150,130,210); }
td.TdClassName
{
border-color: #9682D2;
}
.TagClassName
{
border-color: #9682D2;
}
</style>