Shades of Medium Purple #9665DA
Tints of Medium Purple #9665DA
RGB
CMYK
RGB Variations
Color information
#9665DA (or 0x9665DA) is known color: Medium Purple. HEX triplet: 96, 65 and DA. RGB value is (150,101,218). Sum of RGB (Red+Green+Blue) = 150+101+218=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9665DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9665DA is #699A25. Grayscale: #808080. Windows color (decimal): -6920742 or 14312854. OLE color: 14312854.
HSL color Cylindrical-coordinate representation of color #9665DA: hue angle of 265.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9665DA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 101 | 218 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.15 |
| HSL | 265.13º | 0.61% | 0.63% | - |
| HSV(B) | 265.13º | 0.54% | 0.85% | - |
| XYZ | 29.89 | 20.85 | 68.78 | - |
| YUV | 128.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 218 | 0.31 | 0.54 | 0 | 0.15 | 265.13 | 0.61 | 0.63 |
| Hex | 96 | 65 | DA | 1F | 36 | 0 | F | 109 | 3D | 3F |
| Octal | 226 | 145 | 332 | 37 | 66 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010110 | 1100101 | 11011010 | 11111 | 110110 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9665DA
Complementary color
Monochromatic Colors of #9665DA
Black with #9665DA
Text Example
Text Example
White with #9665DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665DA; }
p { color: rgb(150,101,218); }
H1.HeaderClassName
{
color: #9665DA;
}
.AnyTagClassName
{
color: #9665DA;
}
</style>
background-color css
<style>
a { background-color: #9665DA; }
a { background-color: rgb(150,101,218); }
div.DivClassName
{
background-color: #9665DA;
}
.BgClassName
{
background-color: #9665DA;
}
</style>
border-color css
<style>
span { border-color: #9665DA; }
span { border-color: rgb(150,101,218); }
td.TdClassName
{
border-color: #9665DA;
}
.TagClassName
{
border-color: #9665DA;
}
</style>