Shades of Medium Purple #9766DB
Tints of Medium Purple #9766DB
RGB
CMYK
RGB Variations
Color information
#9766DB (or 0x9766DB) is known color: Medium Purple. HEX triplet: 97, 66 and DB. RGB value is (151,102,219). Sum of RGB (Red+Green+Blue) = 151+102+219=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9766DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766DB is #689924. Grayscale: #818181. Windows color (decimal): -6854949 or 14378647. OLE color: 14378647.
HSL color Cylindrical-coordinate representation of color #9766DB: hue angle of 265.13º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9766DB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 102 | 219 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.14 |
| HSL | 265.13º | 0.62% | 0.63% | - |
| HSV(B) | 265.13º | 0.53% | 0.86% | - |
| XYZ | 30.3 | 21.2 | 69.51 | - |
| YUV | 129.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 219 | 0.31 | 0.53 | 0 | 0.14 | 265.13 | 0.62 | 0.63 |
| Hex | 97 | 66 | DB | 1F | 35 | 0 | E | 109 | 3E | 3F |
| Octal | 227 | 146 | 333 | 37 | 65 | 0 | 16 | 411 | 76 | 77 |
| Binary | 10010111 | 1100110 | 11011011 | 11111 | 110101 | 0 | 1110 | 100001001 | 111110 | 111111 |
Color Harmonies of #9766DB
Complementary color
Monochromatic Colors of #9766DB
Black with #9766DB
Text Example
Text Example
White with #9766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766DB; }
p { color: rgb(151,102,219); }
H1.HeaderClassName
{
color: #9766DB;
}
.AnyTagClassName
{
color: #9766DB;
}
</style>
background-color css
<style>
a { background-color: #9766DB; }
a { background-color: rgb(151,102,219); }
div.DivClassName
{
background-color: #9766DB;
}
.BgClassName
{
background-color: #9766DB;
}
</style>
border-color css
<style>
span { border-color: #9766DB; }
span { border-color: rgb(151,102,219); }
td.TdClassName
{
border-color: #9766DB;
}
.TagClassName
{
border-color: #9766DB;
}
</style>