Shades of Medium Purple #8F69DA
Tints of Medium Purple #8F69DA
RGB
CMYK
RGB Variations
Color information
#8F69DA (or 0x8F69DA) is known color: Medium Purple. HEX triplet: 8F, 69 and DA. RGB value is (143,105,218). Sum of RGB (Red+Green+Blue) = 143+105+218=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F69DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69DA is #709625. Grayscale: #808080. Windows color (decimal): -7378470 or 14313871. OLE color: 14313871.
HSL color Cylindrical-coordinate representation of color #8F69DA: hue angle of 260.18º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F69DA is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 105 | 218 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.15 |
| HSL | 260.18º | 0.6% | 0.63% | - |
| HSV(B) | 260.18º | 0.52% | 0.85% | - |
| XYZ | 29.03 | 21 | 68.85 | - |
| YUV | 129.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 218 | 0.34 | 0.52 | 0 | 0.15 | 260.18 | 0.6 | 0.63 |
| Hex | 8F | 69 | DA | 22 | 34 | 0 | F | 104 | 3C | 3F |
| Octal | 217 | 151 | 332 | 42 | 64 | 0 | 17 | 404 | 74 | 77 |
| Binary | 10001111 | 1101001 | 11011010 | 100010 | 110100 | 0 | 1111 | 100000100 | 111100 | 111111 |
Color Harmonies of #8F69DA
Complementary color
Monochromatic Colors of #8F69DA
Black with #8F69DA
Text Example
Text Example
White with #8F69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69DA; }
p { color: rgb(143,105,218); }
H1.HeaderClassName
{
color: #8F69DA;
}
.AnyTagClassName
{
color: #8F69DA;
}
</style>
background-color css
<style>
a { background-color: #8F69DA; }
a { background-color: rgb(143,105,218); }
div.DivClassName
{
background-color: #8F69DA;
}
.BgClassName
{
background-color: #8F69DA;
}
</style>
border-color css
<style>
span { border-color: #8F69DA; }
span { border-color: rgb(143,105,218); }
td.TdClassName
{
border-color: #8F69DA;
}
.TagClassName
{
border-color: #8F69DA;
}
</style>