Shades of Medium Purple #9781EF
Tints of Medium Purple #9781EF
RGB
CMYK
RGB Variations
Color information
#9781EF (or 0x9781EF) is known color: Medium Purple. HEX triplet: 97, 81 and EF. RGB value is (151,129,239). Sum of RGB (Red+Green+Blue) = 151+129+239=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #9781EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9781EF is #687E10. Grayscale: #939393. Windows color (decimal): -6848017 or 15696279. OLE color: 15696279.
HSL color Cylindrical-coordinate representation of color #9781EF: hue angle of 252º degrees, saturation: 0.77, 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 #9781EF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 129 | 239 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.06 |
| HSL | 252º | 0.77% | 0.72% | - |
| HSV(B) | 252º | 0.46% | 0.94% | - |
| XYZ | 36.19 | 28.51 | 85.26 | - |
| YUV | 148.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 239 | 0.37 | 0.46 | 0 | 0.06 | 252 | 0.77 | 0.72 |
| Hex | 97 | 81 | EF | 25 | 2E | 0 | 6 | FC | 4D | 48 |
| Octal | 227 | 201 | 357 | 45 | 56 | 0 | 6 | 374 | 115 | 110 |
| Binary | 10010111 | 10000001 | 11101111 | 100101 | 101110 | 0 | 110 | 11111100 | 1001101 | 1001000 |
Color Harmonies of #9781EF
Complementary color
Monochromatic Colors of #9781EF
Black with #9781EF
Text Example
Text Example
White with #9781EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9781EF; }
p { color: rgb(151,129,239); }
H1.HeaderClassName
{
color: #9781EF;
}
.AnyTagClassName
{
color: #9781EF;
}
</style>
background-color css
<style>
a { background-color: #9781EF; }
a { background-color: rgb(151,129,239); }
div.DivClassName
{
background-color: #9781EF;
}
.BgClassName
{
background-color: #9781EF;
}
</style>
border-color css
<style>
span { border-color: #9781EF; }
span { border-color: rgb(151,129,239); }
td.TdClassName
{
border-color: #9781EF;
}
.TagClassName
{
border-color: #9781EF;
}
</style>