Shades of Medium Purple #8F65EE
Tints of Medium Purple #8F65EE
RGB
CMYK
RGB Variations
Color information
#8F65EE (or 0x8F65EE) is known color: Medium Purple. HEX triplet: 8F, 65 and EE. RGB value is (143,101,238). Sum of RGB (Red+Green+Blue) = 143+101+238=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F65EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F65EE is #709A11. Grayscale: #808080. Windows color (decimal): -7379474 or 15623567. OLE color: 15623567.
HSL color Cylindrical-coordinate representation of color #8F65EE: hue angle of 258.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F65EE is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 101 | 238 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.07 |
| HSL | 258.39º | 0.8% | 0.66% | - |
| HSV(B) | 258.39º | 0.58% | 0.93% | - |
| XYZ | 31.41 | 21.32 | 83.35 | - |
| YUV | 129.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 238 | 0.40 | 0.58 | 0 | 0.07 | 258.39 | 0.8 | 0.66 |
| Hex | 8F | 65 | EE | 28 | 3A | 0 | 7 | 102 | 50 | 42 |
| Octal | 217 | 145 | 356 | 50 | 72 | 0 | 7 | 402 | 120 | 102 |
| Binary | 10001111 | 1100101 | 11101110 | 101000 | 111010 | 0 | 111 | 100000010 | 1010000 | 1000010 |
Color Harmonies of #8F65EE
Complementary color
Monochromatic Colors of #8F65EE
Black with #8F65EE
Text Example
Text Example
White with #8F65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F65EE; }
p { color: rgb(143,101,238); }
H1.HeaderClassName
{
color: #8F65EE;
}
.AnyTagClassName
{
color: #8F65EE;
}
</style>
background-color css
<style>
a { background-color: #8F65EE; }
a { background-color: rgb(143,101,238); }
div.DivClassName
{
background-color: #8F65EE;
}
.BgClassName
{
background-color: #8F65EE;
}
</style>
border-color css
<style>
span { border-color: #8F65EE; }
span { border-color: rgb(143,101,238); }
td.TdClassName
{
border-color: #8F65EE;
}
.TagClassName
{
border-color: #8F65EE;
}
</style>