Shades of Medium Purple #8F68DD
Tints of Medium Purple #8F68DD
RGB
CMYK
RGB Variations
Color information
#8F68DD (or 0x8F68DD) is known color: Medium Purple. HEX triplet: 8F, 68 and DD. RGB value is (143,104,221). Sum of RGB (Red+Green+Blue) = 143+104+221=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68DD is #709722. Grayscale: #808080. Windows color (decimal): -7378723 or 14510223. OLE color: 14510223.
HSL color Cylindrical-coordinate representation of color #8F68DD: hue angle of 260º degrees, saturation: 0.63, 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 #8F68DD is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 104 | 221 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 260º | 0.63% | 0.64% | - |
| HSV(B) | 260º | 0.53% | 0.87% | - |
| XYZ | 29.33 | 20.96 | 70.91 | - |
| YUV | 129 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 221 | 0.35 | 0.53 | 0 | 0.13 | 260 | 0.63 | 0.64 |
| Hex | 8F | 68 | DD | 23 | 35 | 0 | D | 104 | 3F | 40 |
| Octal | 217 | 150 | 335 | 43 | 65 | 0 | 15 | 404 | 77 | 100 |
| Binary | 10001111 | 1101000 | 11011101 | 100011 | 110101 | 0 | 1101 | 100000100 | 111111 | 1000000 |
Color Harmonies of #8F68DD
Complementary color
Monochromatic Colors of #8F68DD
Black with #8F68DD
Text Example
Text Example
White with #8F68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68DD; }
p { color: rgb(143,104,221); }
H1.HeaderClassName
{
color: #8F68DD;
}
.AnyTagClassName
{
color: #8F68DD;
}
</style>
background-color css
<style>
a { background-color: #8F68DD; }
a { background-color: rgb(143,104,221); }
div.DivClassName
{
background-color: #8F68DD;
}
.BgClassName
{
background-color: #8F68DD;
}
</style>
border-color css
<style>
span { border-color: #8F68DD; }
span { border-color: rgb(143,104,221); }
td.TdClassName
{
border-color: #8F68DD;
}
.TagClassName
{
border-color: #8F68DD;
}
</style>