Shades of Medium Purple #8966DF
Tints of Medium Purple #8966DF
RGB
CMYK
RGB Variations
Color information
#8966DF (or 0x8966DF) is known color: Medium Purple. HEX triplet: 89, 66 and DF. RGB value is (137,102,223). Sum of RGB (Red+Green+Blue) = 137+102+223=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #8966DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8966DF is #769920. Grayscale: #7D7D7D. Windows color (decimal): -7772449 or 14640777. OLE color: 14640777.
HSL color Cylindrical-coordinate representation of color #8966DF: hue angle of 257.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8966DF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 102 | 223 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.13 |
| HSL | 257.36º | 0.65% | 0.64% | - |
| HSV(B) | 257.36º | 0.54% | 0.87% | - |
| XYZ | 28.39 | 20.15 | 72.2 | - |
| YUV | 126.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 223 | 0.39 | 0.54 | 0 | 0.13 | 257.36 | 0.65 | 0.64 |
| Hex | 89 | 66 | DF | 27 | 36 | 0 | D | 101 | 41 | 40 |
| Octal | 211 | 146 | 337 | 47 | 66 | 0 | 15 | 401 | 101 | 100 |
| Binary | 10001001 | 1100110 | 11011111 | 100111 | 110110 | 0 | 1101 | 100000001 | 1000001 | 1000000 |
Color Harmonies of #8966DF
Complementary color
Monochromatic Colors of #8966DF
Black with #8966DF
Text Example
Text Example
White with #8966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8966DF; }
p { color: rgb(137,102,223); }
H1.HeaderClassName
{
color: #8966DF;
}
.AnyTagClassName
{
color: #8966DF;
}
</style>
background-color css
<style>
a { background-color: #8966DF; }
a { background-color: rgb(137,102,223); }
div.DivClassName
{
background-color: #8966DF;
}
.BgClassName
{
background-color: #8966DF;
}
</style>
border-color css
<style>
span { border-color: #8966DF; }
span { border-color: rgb(137,102,223); }
td.TdClassName
{
border-color: #8966DF;
}
.TagClassName
{
border-color: #8966DF;
}
</style>