Shades of Medium Purple #9666DA
Tints of Medium Purple #9666DA
RGB
CMYK
RGB Variations
Color information
#9666DA (or 0x9666DA) is known color: Medium Purple. HEX triplet: 96, 66 and DA. RGB value is (150,102,218). Sum of RGB (Red+Green+Blue) = 150+102+218=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9666DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666DA is #699925. Grayscale: #818181. Windows color (decimal): -6920486 or 14313110. OLE color: 14313110.
HSL color Cylindrical-coordinate representation of color #9666DA: hue angle of 264.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9666DA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 102 | 218 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.15 |
| HSL | 264.83º | 0.61% | 0.63% | - |
| HSV(B) | 264.83º | 0.53% | 0.85% | - |
| XYZ | 29.98 | 21.05 | 68.81 | - |
| YUV | 129.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 218 | 0.31 | 0.53 | 0 | 0.15 | 264.83 | 0.61 | 0.63 |
| Hex | 96 | 66 | DA | 1F | 35 | 0 | F | 109 | 3D | 3F |
| Octal | 226 | 146 | 332 | 37 | 65 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010110 | 1100110 | 11011010 | 11111 | 110101 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9666DA
Complementary color
Monochromatic Colors of #9666DA
Black with #9666DA
Text Example
Text Example
White with #9666DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666DA; }
p { color: rgb(150,102,218); }
H1.HeaderClassName
{
color: #9666DA;
}
.AnyTagClassName
{
color: #9666DA;
}
</style>
background-color css
<style>
a { background-color: #9666DA; }
a { background-color: rgb(150,102,218); }
div.DivClassName
{
background-color: #9666DA;
}
.BgClassName
{
background-color: #9666DA;
}
</style>
border-color css
<style>
span { border-color: #9666DA; }
span { border-color: rgb(150,102,218); }
td.TdClassName
{
border-color: #9666DA;
}
.TagClassName
{
border-color: #9666DA;
}
</style>