Shades of Medium Purple #8F5CEB
Tints of Medium Purple #8F5CEB
RGB
CMYK
RGB Variations
Color information
#8F5CEB (or 0x8F5CEB) is known color: Medium Purple. HEX triplet: 8F, 5C and EB. RGB value is (143,92,235). Sum of RGB (Red+Green+Blue) = 143+92+235=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5CEB is #70A314. Grayscale: #7B7B7B. Windows color (decimal): -7381781 or 15424655. OLE color: 15424655.
HSL color Cylindrical-coordinate representation of color #8F5CEB: hue angle of 261.4º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5CEB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 92 | 235 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.08 |
| HSL | 261.4º | 0.78% | 0.64% | - |
| HSV(B) | 261.4º | 0.61% | 0.92% | - |
| XYZ | 30.15 | 19.49 | 80.77 | - |
| YUV | 123.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 235 | 0.39 | 0.61 | 0 | 0.08 | 261.4 | 0.78 | 0.64 |
| Hex | 8F | 5C | EB | 27 | 3D | 0 | 8 | 105 | 4E | 40 |
| Octal | 217 | 134 | 353 | 47 | 75 | 0 | 10 | 405 | 116 | 100 |
| Binary | 10001111 | 1011100 | 11101011 | 100111 | 111101 | 0 | 1000 | 100000101 | 1001110 | 1000000 |
Color Harmonies of #8F5CEB
Complementary color
Monochromatic Colors of #8F5CEB
Black with #8F5CEB
Text Example
Text Example
White with #8F5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CEB; }
p { color: rgb(143,92,235); }
H1.HeaderClassName
{
color: #8F5CEB;
}
.AnyTagClassName
{
color: #8F5CEB;
}
</style>
background-color css
<style>
a { background-color: #8F5CEB; }
a { background-color: rgb(143,92,235); }
div.DivClassName
{
background-color: #8F5CEB;
}
.BgClassName
{
background-color: #8F5CEB;
}
</style>
border-color css
<style>
span { border-color: #8F5CEB; }
span { border-color: rgb(143,92,235); }
td.TdClassName
{
border-color: #8F5CEB;
}
.TagClassName
{
border-color: #8F5CEB;
}
</style>