Shades of Medium Purple #9881F0
Tints of Medium Purple #9881F0
RGB
CMYK
RGB Variations
Color information
#9881F0 (or 0x9881F0) is known color: Medium Purple. HEX triplet: 98, 81 and F0. RGB value is (152,129,240). Sum of RGB (Red+Green+Blue) = 152+129+240=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9881F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881F0 is #677E0F. Grayscale: #949494. Windows color (decimal): -6782480 or 15761816. OLE color: 15761816.
HSL color Cylindrical-coordinate representation of color #9881F0: hue angle of 252.43º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9881F0 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 129 | 240 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.06 |
| HSL | 252.43º | 0.79% | 0.72% | - |
| HSV(B) | 252.43º | 0.46% | 0.94% | - |
| XYZ | 36.53 | 28.67 | 86.05 | - |
| YUV | 148.53 | 179.62 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 240 | 0.37 | 0.46 | 0 | 0.06 | 252.43 | 0.79 | 0.72 |
| Hex | 98 | 81 | F0 | 25 | 2E | 0 | 6 | FC | 4F | 48 |
| Octal | 230 | 201 | 360 | 45 | 56 | 0 | 6 | 374 | 117 | 110 |
| Binary | 10011000 | 10000001 | 11110000 | 100101 | 101110 | 0 | 110 | 11111100 | 1001111 | 1001000 |
Color Harmonies of #9881F0
Complementary color
Monochromatic Colors of #9881F0
Black with #9881F0
Text Example
Text Example
White with #9881F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881F0; }
p { color: rgb(152,129,240); }
H1.HeaderClassName
{
color: #9881F0;
}
.AnyTagClassName
{
color: #9881F0;
}
</style>
background-color css
<style>
a { background-color: #9881F0; }
a { background-color: rgb(152,129,240); }
div.DivClassName
{
background-color: #9881F0;
}
.BgClassName
{
background-color: #9881F0;
}
</style>
border-color css
<style>
span { border-color: #9881F0; }
span { border-color: rgb(152,129,240); }
td.TdClassName
{
border-color: #9881F0;
}
.TagClassName
{
border-color: #9881F0;
}
</style>