Shades of Medium Purple #8966DB
Tints of Medium Purple #8966DB
RGB
CMYK
RGB Variations
Color information
#8966DB (or 0x8966DB) is known color: Medium Purple. HEX triplet: 89, 66 and DB. RGB value is (137,102,219). Sum of RGB (Red+Green+Blue) = 137+102+219=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8966DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966DB is #769924. Grayscale: #7D7D7D. Windows color (decimal): -7772453 or 14378633. OLE color: 14378633.
HSL color Cylindrical-coordinate representation of color #8966DB: hue angle of 257.95º 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 #8966DB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 102 | 219 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.14 |
| HSL | 257.95º | 0.62% | 0.63% | - |
| HSV(B) | 257.95º | 0.53% | 0.86% | - |
| XYZ | 27.85 | 19.94 | 69.4 | - |
| YUV | 125.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 219 | 0.37 | 0.53 | 0 | 0.14 | 257.95 | 0.62 | 0.63 |
| Hex | 89 | 66 | DB | 25 | 35 | 0 | E | 102 | 3E | 3F |
| Octal | 211 | 146 | 333 | 45 | 65 | 0 | 16 | 402 | 76 | 77 |
| Binary | 10001001 | 1100110 | 11011011 | 100101 | 110101 | 0 | 1110 | 100000010 | 111110 | 111111 |
Color Harmonies of #8966DB
Complementary color
Monochromatic Colors of #8966DB
Black with #8966DB
Text Example
Text Example
White with #8966DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966DB; }
p { color: rgb(137,102,219); }
H1.HeaderClassName
{
color: #8966DB;
}
.AnyTagClassName
{
color: #8966DB;
}
</style>
background-color css
<style>
a { background-color: #8966DB; }
a { background-color: rgb(137,102,219); }
div.DivClassName
{
background-color: #8966DB;
}
.BgClassName
{
background-color: #8966DB;
}
</style>
border-color css
<style>
span { border-color: #8966DB; }
span { border-color: rgb(137,102,219); }
td.TdClassName
{
border-color: #8966DB;
}
.TagClassName
{
border-color: #8966DB;
}
</style>