Shades of Medium Purple #8969DF
Tints of Medium Purple #8969DF
RGB
CMYK
RGB Variations
Color information
#8969DF (or 0x8969DF) is known color: Medium Purple. HEX triplet: 89, 69 and DF. RGB value is (137,105,223). Sum of RGB (Red+Green+Blue) = 137+105+223=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #8969DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969DF is #769620. Grayscale: #7F7F7F. Windows color (decimal): -7771681 or 14641545. OLE color: 14641545.
HSL color Cylindrical-coordinate representation of color #8969DF: hue angle of 256.27º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8969DF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 105 | 223 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.13 |
| HSL | 256.27º | 0.65% | 0.64% | - |
| HSV(B) | 256.27º | 0.53% | 0.87% | - |
| XYZ | 28.69 | 20.75 | 72.31 | - |
| YUV | 128.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 223 | 0.39 | 0.53 | 0 | 0.13 | 256.27 | 0.65 | 0.64 |
| Hex | 89 | 69 | DF | 27 | 35 | 0 | D | 100 | 41 | 40 |
| Octal | 211 | 151 | 337 | 47 | 65 | 0 | 15 | 400 | 101 | 100 |
| Binary | 10001001 | 1101001 | 11011111 | 100111 | 110101 | 0 | 1101 | 100000000 | 1000001 | 1000000 |
Color Harmonies of #8969DF
Complementary color
Monochromatic Colors of #8969DF
Black with #8969DF
Text Example
Text Example
White with #8969DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969DF; }
p { color: rgb(137,105,223); }
H1.HeaderClassName
{
color: #8969DF;
}
.AnyTagClassName
{
color: #8969DF;
}
</style>
background-color css
<style>
a { background-color: #8969DF; }
a { background-color: rgb(137,105,223); }
div.DivClassName
{
background-color: #8969DF;
}
.BgClassName
{
background-color: #8969DF;
}
</style>
border-color css
<style>
span { border-color: #8969DF; }
span { border-color: rgb(137,105,223); }
td.TdClassName
{
border-color: #8969DF;
}
.TagClassName
{
border-color: #8969DF;
}
</style>