Shades of Medium Purple #9766DA
Tints of Medium Purple #9766DA
RGB
CMYK
RGB Variations
Color information
#9766DA (or 0x9766DA) is known color: Medium Purple. HEX triplet: 97, 66 and DA. RGB value is (151,102,218). Sum of RGB (Red+Green+Blue) = 151+102+218=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9766DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766DA is #689925. Grayscale: #818181. Windows color (decimal): -6854950 or 14313111. OLE color: 14313111.
HSL color Cylindrical-coordinate representation of color #9766DA: hue angle of 265.34º 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 #9766DA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 102 | 218 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.15 |
| HSL | 265.34º | 0.61% | 0.63% | - |
| HSV(B) | 265.34º | 0.53% | 0.85% | - |
| XYZ | 30.17 | 21.14 | 68.82 | - |
| YUV | 129.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 218 | 0.31 | 0.53 | 0 | 0.15 | 265.34 | 0.61 | 0.63 |
| Hex | 97 | 66 | DA | 1F | 35 | 0 | F | 109 | 3D | 3F |
| Octal | 227 | 146 | 332 | 37 | 65 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010111 | 1100110 | 11011010 | 11111 | 110101 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9766DA
Complementary color
Monochromatic Colors of #9766DA
Black with #9766DA
Text Example
Text Example
White with #9766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766DA; }
p { color: rgb(151,102,218); }
H1.HeaderClassName
{
color: #9766DA;
}
.AnyTagClassName
{
color: #9766DA;
}
</style>
background-color css
<style>
a { background-color: #9766DA; }
a { background-color: rgb(151,102,218); }
div.DivClassName
{
background-color: #9766DA;
}
.BgClassName
{
background-color: #9766DA;
}
</style>
border-color css
<style>
span { border-color: #9766DA; }
span { border-color: rgb(151,102,218); }
td.TdClassName
{
border-color: #9766DA;
}
.TagClassName
{
border-color: #9766DA;
}
</style>