Shades of Medium Purple #9685D3
Tints of Medium Purple #9685D3
RGB
CMYK
RGB Variations
Color information
#9685D3 (or 0x9685D3) is known color: Medium Purple. HEX triplet: 96, 85 and D3. RGB value is (150,133,211). Sum of RGB (Red+Green+Blue) = 150+133+211=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #9685D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685D3 is #697A2C. Grayscale: #929292. Windows color (decimal): -6912557 or 13862294. OLE color: 13862294.
HSL color Cylindrical-coordinate representation of color #9685D3: hue angle of 253.08º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9685D3 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 133 | 211 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.17 |
| HSL | 253.08º | 0.47% | 0.67% | - |
| HSV(B) | 253.08º | 0.37% | 0.83% | - |
| XYZ | 32.72 | 27.96 | 65.3 | - |
| YUV | 146.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 211 | 0.29 | 0.37 | 0 | 0.17 | 253.08 | 0.47 | 0.67 |
| Hex | 96 | 85 | D3 | 1D | 25 | 0 | 11 | FD | 2F | 43 |
| Octal | 226 | 205 | 323 | 35 | 45 | 0 | 21 | 375 | 57 | 103 |
| Binary | 10010110 | 10000101 | 11010011 | 11101 | 100101 | 0 | 10001 | 11111101 | 101111 | 1000011 |
Color Harmonies of #9685D3
Complementary color
Monochromatic Colors of #9685D3
Black with #9685D3
Text Example
Text Example
White with #9685D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685D3; }
p { color: rgb(150,133,211); }
H1.HeaderClassName
{
color: #9685D3;
}
.AnyTagClassName
{
color: #9685D3;
}
</style>
background-color css
<style>
a { background-color: #9685D3; }
a { background-color: rgb(150,133,211); }
div.DivClassName
{
background-color: #9685D3;
}
.BgClassName
{
background-color: #9685D3;
}
</style>
border-color css
<style>
span { border-color: #9685D3; }
span { border-color: rgb(150,133,211); }
td.TdClassName
{
border-color: #9685D3;
}
.TagClassName
{
border-color: #9685D3;
}
</style>