Shades of Medium Purple #8F67EA
Tints of Medium Purple #8F67EA
RGB
CMYK
RGB Variations
Color information
#8F67EA (or 0x8F67EA) is known color: Medium Purple. HEX triplet: 8F, 67 and EA. RGB value is (143,103,234). Sum of RGB (Red+Green+Blue) = 143+103+234=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F67EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F67EA is #709815. Grayscale: #818181. Windows color (decimal): -7378966 or 15361935. OLE color: 15361935.
HSL color Cylindrical-coordinate representation of color #8F67EA: hue angle of 258.32º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F67EA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 103 | 234 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.08 |
| HSL | 258.32º | 0.76% | 0.66% | - |
| HSV(B) | 258.32º | 0.56% | 0.92% | - |
| XYZ | 31.03 | 21.48 | 80.35 | - |
| YUV | 129.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 234 | 0.39 | 0.56 | 0 | 0.08 | 258.32 | 0.76 | 0.66 |
| Hex | 8F | 67 | EA | 27 | 38 | 0 | 8 | 102 | 4C | 42 |
| Octal | 217 | 147 | 352 | 47 | 70 | 0 | 10 | 402 | 114 | 102 |
| Binary | 10001111 | 1100111 | 11101010 | 100111 | 111000 | 0 | 1000 | 100000010 | 1001100 | 1000010 |
Color Harmonies of #8F67EA
Complementary color
Monochromatic Colors of #8F67EA
Black with #8F67EA
Text Example
Text Example
White with #8F67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67EA; }
p { color: rgb(143,103,234); }
H1.HeaderClassName
{
color: #8F67EA;
}
.AnyTagClassName
{
color: #8F67EA;
}
</style>
background-color css
<style>
a { background-color: #8F67EA; }
a { background-color: rgb(143,103,234); }
div.DivClassName
{
background-color: #8F67EA;
}
.BgClassName
{
background-color: #8F67EA;
}
</style>
border-color css
<style>
span { border-color: #8F67EA; }
span { border-color: rgb(143,103,234); }
td.TdClassName
{
border-color: #8F67EA;
}
.TagClassName
{
border-color: #8F67EA;
}
</style>