Shades of Medium Purple #8F67F0
Tints of Medium Purple #8F67F0
RGB
CMYK
RGB Variations
Color information
#8F67F0 (or 0x8F67F0) is known color: Medium Purple. HEX triplet: 8F, 67 and F0. RGB value is (143,103,240). Sum of RGB (Red+Green+Blue) = 143+103+240=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F67F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F67F0 is #70980F. Grayscale: #828282. Windows color (decimal): -7378960 or 15755151. OLE color: 15755151.
HSL color Cylindrical-coordinate representation of color #8F67F0: hue angle of 257.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F67F0 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 103 | 240 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.06 |
| HSL | 257.52º | 0.82% | 0.67% | - |
| HSV(B) | 257.52º | 0.57% | 0.94% | - |
| XYZ | 31.91 | 21.83 | 84.97 | - |
| YUV | 130.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 240 | 0.40 | 0.57 | 0 | 0.06 | 257.52 | 0.82 | 0.67 |
| Hex | 8F | 67 | F0 | 28 | 39 | 0 | 6 | 102 | 52 | 43 |
| Octal | 217 | 147 | 360 | 50 | 71 | 0 | 6 | 402 | 122 | 103 |
| Binary | 10001111 | 1100111 | 11110000 | 101000 | 111001 | 0 | 110 | 100000010 | 1010010 | 1000011 |
Color Harmonies of #8F67F0
Complementary color
Monochromatic Colors of #8F67F0
Black with #8F67F0
Text Example
Text Example
White with #8F67F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67F0; }
p { color: rgb(143,103,240); }
H1.HeaderClassName
{
color: #8F67F0;
}
.AnyTagClassName
{
color: #8F67F0;
}
</style>
background-color css
<style>
a { background-color: #8F67F0; }
a { background-color: rgb(143,103,240); }
div.DivClassName
{
background-color: #8F67F0;
}
.BgClassName
{
background-color: #8F67F0;
}
</style>
border-color css
<style>
span { border-color: #8F67F0; }
span { border-color: rgb(143,103,240); }
td.TdClassName
{
border-color: #8F67F0;
}
.TagClassName
{
border-color: #8F67F0;
}
</style>