Shades of Medium Purple #8F68DA
Tints of Medium Purple #8F68DA
RGB
CMYK
RGB Variations
Color information
#8F68DA (or 0x8F68DA) is known color: Medium Purple. HEX triplet: 8F, 68 and DA. RGB value is (143,104,218). Sum of RGB (Red+Green+Blue) = 143+104+218=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68DA is #709725. Grayscale: #808080. Windows color (decimal): -7378726 or 14313615. OLE color: 14313615.
HSL color Cylindrical-coordinate representation of color #8F68DA: hue angle of 260.53º degrees, saturation: 0.61, 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 #8F68DA is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 104 | 218 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.15 |
| HSL | 260.53º | 0.61% | 0.63% | - |
| HSV(B) | 260.53º | 0.52% | 0.85% | - |
| XYZ | 28.93 | 20.8 | 68.82 | - |
| YUV | 128.66 | 178.42 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 218 | 0.34 | 0.52 | 0 | 0.15 | 260.53 | 0.61 | 0.63 |
| Hex | 8F | 68 | DA | 22 | 34 | 0 | F | 105 | 3D | 3F |
| Octal | 217 | 150 | 332 | 42 | 64 | 0 | 17 | 405 | 75 | 77 |
| Binary | 10001111 | 1101000 | 11011010 | 100010 | 110100 | 0 | 1111 | 100000101 | 111101 | 111111 |
Color Harmonies of #8F68DA
Complementary color
Monochromatic Colors of #8F68DA
Black with #8F68DA
Text Example
Text Example
White with #8F68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68DA; }
p { color: rgb(143,104,218); }
H1.HeaderClassName
{
color: #8F68DA;
}
.AnyTagClassName
{
color: #8F68DA;
}
</style>
background-color css
<style>
a { background-color: #8F68DA; }
a { background-color: rgb(143,104,218); }
div.DivClassName
{
background-color: #8F68DA;
}
.BgClassName
{
background-color: #8F68DA;
}
</style>
border-color css
<style>
span { border-color: #8F68DA; }
span { border-color: rgb(143,104,218); }
td.TdClassName
{
border-color: #8F68DA;
}
.TagClassName
{
border-color: #8F68DA;
}
</style>