Shades of Medium Purple #986FF3
Tints of Medium Purple #986FF3
RGB
CMYK
RGB Variations
Color information
#986FF3 (or 0x986FF3) is known color: Medium Purple. HEX triplet: 98, 6F and F3. RGB value is (152,111,243). Sum of RGB (Red+Green+Blue) = 152+111+243=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #986FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FF3 is #67900C. Grayscale: #898989. Windows color (decimal): -6787085 or 15953816. OLE color: 15953816.
HSL color Cylindrical-coordinate representation of color #986FF3: hue angle of 258.64º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986FF3 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 111 | 243 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.05 |
| HSL | 258.64º | 0.85% | 0.69% | - |
| HSV(B) | 258.64º | 0.54% | 0.95% | - |
| XYZ | 34.81 | 24.52 | 87.69 | - |
| YUV | 138.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 243 | 0.37 | 0.54 | 0 | 0.05 | 258.64 | 0.85 | 0.69 |
| Hex | 98 | 6F | F3 | 25 | 36 | 0 | 5 | 103 | 55 | 45 |
| Octal | 230 | 157 | 363 | 45 | 66 | 0 | 5 | 403 | 125 | 105 |
| Binary | 10011000 | 1101111 | 11110011 | 100101 | 110110 | 0 | 101 | 100000011 | 1010101 | 1000101 |
Color Harmonies of #986FF3
Complementary color
Monochromatic Colors of #986FF3
Black with #986FF3
Text Example
Text Example
White with #986FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FF3; }
p { color: rgb(152,111,243); }
H1.HeaderClassName
{
color: #986FF3;
}
.AnyTagClassName
{
color: #986FF3;
}
</style>
background-color css
<style>
a { background-color: #986FF3; }
a { background-color: rgb(152,111,243); }
div.DivClassName
{
background-color: #986FF3;
}
.BgClassName
{
background-color: #986FF3;
}
</style>
border-color css
<style>
span { border-color: #986FF3; }
span { border-color: rgb(152,111,243); }
td.TdClassName
{
border-color: #986FF3;
}
.TagClassName
{
border-color: #986FF3;
}
</style>