Shades of Medium Purple #9683D7
Tints of Medium Purple #9683D7
RGB
CMYK
RGB Variations
Color information
#9683D7 (or 0x9683D7) is known color: Medium Purple. HEX triplet: 96, 83 and D7. RGB value is (150,131,215). Sum of RGB (Red+Green+Blue) = 150+131+215=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #9683D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683D7 is #697C28. Grayscale: #919191. Windows color (decimal): -6913065 or 14123926. OLE color: 14123926.
HSL color Cylindrical-coordinate representation of color #9683D7: hue angle of 253.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9683D7 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 131 | 215 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.16 |
| HSL | 253.57º | 0.51% | 0.68% | - |
| HSV(B) | 253.57º | 0.39% | 0.84% | - |
| XYZ | 32.96 | 27.62 | 67.88 | - |
| YUV | 146.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 215 | 0.30 | 0.39 | 0 | 0.16 | 253.57 | 0.51 | 0.68 |
| Hex | 96 | 83 | D7 | 1E | 27 | 0 | 10 | FE | 33 | 44 |
| Octal | 226 | 203 | 327 | 36 | 47 | 0 | 20 | 376 | 63 | 104 |
| Binary | 10010110 | 10000011 | 11010111 | 11110 | 100111 | 0 | 10000 | 11111110 | 110011 | 1000100 |
Color Harmonies of #9683D7
Complementary color
Monochromatic Colors of #9683D7
Black with #9683D7
Text Example
Text Example
White with #9683D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683D7; }
p { color: rgb(150,131,215); }
H1.HeaderClassName
{
color: #9683D7;
}
.AnyTagClassName
{
color: #9683D7;
}
</style>
background-color css
<style>
a { background-color: #9683D7; }
a { background-color: rgb(150,131,215); }
div.DivClassName
{
background-color: #9683D7;
}
.BgClassName
{
background-color: #9683D7;
}
</style>
border-color css
<style>
span { border-color: #9683D7; }
span { border-color: rgb(150,131,215); }
td.TdClassName
{
border-color: #9683D7;
}
.TagClassName
{
border-color: #9683D7;
}
</style>