Shades of Medium Purple #9869DE
Tints of Medium Purple #9869DE
RGB
CMYK
RGB Variations
Color information
#9869DE (or 0x9869DE) is known color: Medium Purple. HEX triplet: 98, 69 and DE. RGB value is (152,105,222). Sum of RGB (Red+Green+Blue) = 152+105+222=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #9869DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869DE is #679621. Grayscale: #838383. Windows color (decimal): -6788642 or 14576024. OLE color: 14576024.
HSL color Cylindrical-coordinate representation of color #9869DE: hue angle of 264.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9869DE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 105 | 222 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.13 |
| HSL | 264.1º | 0.64% | 0.64% | - |
| HSV(B) | 264.1º | 0.53% | 0.87% | - |
| XYZ | 31.19 | 22.05 | 71.72 | - |
| YUV | 132.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 222 | 0.32 | 0.53 | 0 | 0.13 | 264.1 | 0.64 | 0.64 |
| Hex | 98 | 69 | DE | 20 | 35 | 0 | D | 108 | 40 | 40 |
| Octal | 230 | 151 | 336 | 40 | 65 | 0 | 15 | 410 | 100 | 100 |
| Binary | 10011000 | 1101001 | 11011110 | 100000 | 110101 | 0 | 1101 | 100001000 | 1000000 | 1000000 |
Color Harmonies of #9869DE
Complementary color
Monochromatic Colors of #9869DE
Black with #9869DE
Text Example
Text Example
White with #9869DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869DE; }
p { color: rgb(152,105,222); }
H1.HeaderClassName
{
color: #9869DE;
}
.AnyTagClassName
{
color: #9869DE;
}
</style>
background-color css
<style>
a { background-color: #9869DE; }
a { background-color: rgb(152,105,222); }
div.DivClassName
{
background-color: #9869DE;
}
.BgClassName
{
background-color: #9869DE;
}
</style>
border-color css
<style>
span { border-color: #9869DE; }
span { border-color: rgb(152,105,222); }
td.TdClassName
{
border-color: #9869DE;
}
.TagClassName
{
border-color: #9869DE;
}
</style>