Shades of Medium Purple #8F69DD
Tints of Medium Purple #8F69DD
RGB
CMYK
RGB Variations
Color information
#8F69DD (or 0x8F69DD) is known color: Medium Purple. HEX triplet: 8F, 69 and DD. RGB value is (143,105,221). Sum of RGB (Red+Green+Blue) = 143+105+221=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69DD is #709622. Grayscale: #818181. Windows color (decimal): -7378467 or 14510479. OLE color: 14510479.
HSL color Cylindrical-coordinate representation of color #8F69DD: hue angle of 259.66º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F69DD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 105 | 221 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.13 |
| HSL | 259.66º | 0.63% | 0.64% | - |
| HSV(B) | 259.66º | 0.52% | 0.87% | - |
| XYZ | 29.43 | 21.16 | 70.94 | - |
| YUV | 129.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 221 | 0.35 | 0.52 | 0 | 0.13 | 259.66 | 0.63 | 0.64 |
| Hex | 8F | 69 | DD | 23 | 34 | 0 | D | 104 | 3F | 40 |
| Octal | 217 | 151 | 335 | 43 | 64 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10001111 | 1101001 | 11011101 | 100011 | 110100 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #8F69DD
Complementary color
Monochromatic Colors of #8F69DD
Black with #8F69DD
Text Example
Text Example
White with #8F69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F69DD; }
p { color: rgb(143,105,221); }
H1.HeaderClassName
{
color: #8F69DD;
}
.AnyTagClassName
{
color: #8F69DD;
}
</style>
background-color css
<style>
a { background-color: #8F69DD; }
a { background-color: rgb(143,105,221); }
div.DivClassName
{
background-color: #8F69DD;
}
.BgClassName
{
background-color: #8F69DD;
}
</style>
border-color css
<style>
span { border-color: #8F69DD; }
span { border-color: rgb(143,105,221); }
td.TdClassName
{
border-color: #8F69DD;
}
.TagClassName
{
border-color: #8F69DD;
}
</style>