Shades of Medium Purple #9866EF
Tints of Medium Purple #9866EF
RGB
CMYK
RGB Variations
Color information
#9866EF (or 0x9866EF) is known color: Medium Purple. HEX triplet: 98, 66 and EF. RGB value is (152,102,239). Sum of RGB (Red+Green+Blue) = 152+102+239=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #9866EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9866EF is #679910. Grayscale: #848484. Windows color (decimal): -6789393 or 15689368. OLE color: 15689368.
HSL color Cylindrical-coordinate representation of color #9866EF: hue angle of 261.9º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9866EF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 102 | 239 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.06 |
| HSL | 261.9º | 0.81% | 0.67% | - |
| HSV(B) | 261.9º | 0.57% | 0.94% | - |
| XYZ | 33.28 | 22.41 | 84.23 | - |
| YUV | 132.57 | 188.07 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 239 | 0.36 | 0.57 | 0 | 0.06 | 261.9 | 0.81 | 0.67 |
| Hex | 98 | 66 | EF | 24 | 39 | 0 | 6 | 106 | 51 | 43 |
| Octal | 230 | 146 | 357 | 44 | 71 | 0 | 6 | 406 | 121 | 103 |
| Binary | 10011000 | 1100110 | 11101111 | 100100 | 111001 | 0 | 110 | 100000110 | 1010001 | 1000011 |
Color Harmonies of #9866EF
Complementary color
Monochromatic Colors of #9866EF
Black with #9866EF
Text Example
Text Example
White with #9866EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866EF; }
p { color: rgb(152,102,239); }
H1.HeaderClassName
{
color: #9866EF;
}
.AnyTagClassName
{
color: #9866EF;
}
</style>
background-color css
<style>
a { background-color: #9866EF; }
a { background-color: rgb(152,102,239); }
div.DivClassName
{
background-color: #9866EF;
}
.BgClassName
{
background-color: #9866EF;
}
</style>
border-color css
<style>
span { border-color: #9866EF; }
span { border-color: rgb(152,102,239); }
td.TdClassName
{
border-color: #9866EF;
}
.TagClassName
{
border-color: #9866EF;
}
</style>