Shades of Medium Purple #9665DF
Tints of Medium Purple #9665DF
RGB
CMYK
RGB Variations
Color information
#9665DF (or 0x9665DF) is known color: Medium Purple. HEX triplet: 96, 65 and DF. RGB value is (150,101,223). Sum of RGB (Red+Green+Blue) = 150+101+223=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9665DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665DF is #699A20. Grayscale: #818181. Windows color (decimal): -6920737 or 14640534. OLE color: 14640534.
HSL color Cylindrical-coordinate representation of color #9665DF: hue angle of 264.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9665DF is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 101 | 223 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.13 |
| HSL | 264.1º | 0.66% | 0.64% | - |
| HSV(B) | 264.1º | 0.55% | 0.87% | - |
| XYZ | 30.55 | 21.12 | 72.28 | - |
| YUV | 129.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 223 | 0.33 | 0.55 | 0 | 0.13 | 264.1 | 0.66 | 0.64 |
| Hex | 96 | 65 | DF | 21 | 37 | 0 | D | 108 | 42 | 40 |
| Octal | 226 | 145 | 337 | 41 | 67 | 0 | 15 | 410 | 102 | 100 |
| Binary | 10010110 | 1100101 | 11011111 | 100001 | 110111 | 0 | 1101 | 100001000 | 1000010 | 1000000 |
Color Harmonies of #9665DF
Complementary color
Monochromatic Colors of #9665DF
Black with #9665DF
Text Example
Text Example
White with #9665DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665DF; }
p { color: rgb(150,101,223); }
H1.HeaderClassName
{
color: #9665DF;
}
.AnyTagClassName
{
color: #9665DF;
}
</style>
background-color css
<style>
a { background-color: #9665DF; }
a { background-color: rgb(150,101,223); }
div.DivClassName
{
background-color: #9665DF;
}
.BgClassName
{
background-color: #9665DF;
}
</style>
border-color css
<style>
span { border-color: #9665DF; }
span { border-color: rgb(150,101,223); }
td.TdClassName
{
border-color: #9665DF;
}
.TagClassName
{
border-color: #9665DF;
}
</style>