Shades of Medium Purple #986FF2
Tints of Medium Purple #986FF2
RGB
CMYK
RGB Variations
Color information
#986FF2 (or 0x986FF2) is known color: Medium Purple. HEX triplet: 98, 6F and F2. RGB value is (152,111,242). Sum of RGB (Red+Green+Blue) = 152+111+242=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #986FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FF2 is #67900D. Grayscale: #898989. Windows color (decimal): -6787086 or 15888280. OLE color: 15888280.
HSL color Cylindrical-coordinate representation of color #986FF2: hue angle of 258.78º degrees, saturation: 0.83, 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 #986FF2 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 111 | 242 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.05 |
| HSL | 258.78º | 0.83% | 0.69% | - |
| HSV(B) | 258.78º | 0.54% | 0.95% | - |
| XYZ | 34.66 | 24.46 | 86.9 | - |
| YUV | 138.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 242 | 0.37 | 0.54 | 0 | 0.05 | 258.78 | 0.83 | 0.69 |
| Hex | 98 | 6F | F2 | 25 | 36 | 0 | 5 | 103 | 53 | 45 |
| Octal | 230 | 157 | 362 | 45 | 66 | 0 | 5 | 403 | 123 | 105 |
| Binary | 10011000 | 1101111 | 11110010 | 100101 | 110110 | 0 | 101 | 100000011 | 1010011 | 1000101 |
Color Harmonies of #986FF2
Complementary color
Monochromatic Colors of #986FF2
Black with #986FF2
Text Example
Text Example
White with #986FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FF2; }
p { color: rgb(152,111,242); }
H1.HeaderClassName
{
color: #986FF2;
}
.AnyTagClassName
{
color: #986FF2;
}
</style>
background-color css
<style>
a { background-color: #986FF2; }
a { background-color: rgb(152,111,242); }
div.DivClassName
{
background-color: #986FF2;
}
.BgClassName
{
background-color: #986FF2;
}
</style>
border-color css
<style>
span { border-color: #986FF2; }
span { border-color: rgb(152,111,242); }
td.TdClassName
{
border-color: #986FF2;
}
.TagClassName
{
border-color: #986FF2;
}
</style>