Shades of Medium Purple #985CF1
Tints of Medium Purple #985CF1
RGB
CMYK
RGB Variations
Color information
#985CF1 (or 0x985CF1) is known color: Medium Purple. HEX triplet: 98, 5C and F1. RGB value is (152,92,241). Sum of RGB (Red+Green+Blue) = 152+92+241=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #985CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CF1 is #67A30E. Grayscale: #7E7E7E. Windows color (decimal): -6791951 or 15817880. OLE color: 15817880.
HSL color Cylindrical-coordinate representation of color #985CF1: hue angle of 264.16º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985CF1 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 92 | 241 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.05 |
| HSL | 264.16º | 0.84% | 0.65% | - |
| HSV(B) | 264.16º | 0.62% | 0.95% | - |
| XYZ | 32.65 | 20.68 | 85.49 | - |
| YUV | 126.93 | 192.38 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 241 | 0.37 | 0.62 | 0 | 0.05 | 264.16 | 0.84 | 0.65 |
| Hex | 98 | 5C | F1 | 25 | 3E | 0 | 5 | 108 | 54 | 41 |
| Octal | 230 | 134 | 361 | 45 | 76 | 0 | 5 | 410 | 124 | 101 |
| Binary | 10011000 | 1011100 | 11110001 | 100101 | 111110 | 0 | 101 | 100001000 | 1010100 | 1000001 |
Color Harmonies of #985CF1
Complementary color
Monochromatic Colors of #985CF1
Black with #985CF1
Text Example
Text Example
White with #985CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985CF1; }
p { color: rgb(152,92,241); }
H1.HeaderClassName
{
color: #985CF1;
}
.AnyTagClassName
{
color: #985CF1;
}
</style>
background-color css
<style>
a { background-color: #985CF1; }
a { background-color: rgb(152,92,241); }
div.DivClassName
{
background-color: #985CF1;
}
.BgClassName
{
background-color: #985CF1;
}
</style>
border-color css
<style>
span { border-color: #985CF1; }
span { border-color: rgb(152,92,241); }
td.TdClassName
{
border-color: #985CF1;
}
.TagClassName
{
border-color: #985CF1;
}
</style>