Shades of Medium Purple #9869EF
Tints of Medium Purple #9869EF
RGB
CMYK
RGB Variations
Color information
#9869EF (or 0x9869EF) is known color: Medium Purple. HEX triplet: 98, 69 and EF. RGB value is (152,105,239). Sum of RGB (Red+Green+Blue) = 152+105+239=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #9869EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869EF is #679610. Grayscale: #858585. Windows color (decimal): -6788625 or 15690136. OLE color: 15690136.
HSL color Cylindrical-coordinate representation of color #9869EF: hue angle of 261.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9869EF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 105 | 239 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.06 |
| HSL | 261.04º | 0.81% | 0.67% | - |
| HSV(B) | 261.04º | 0.56% | 0.94% | - |
| XYZ | 33.58 | 23.01 | 84.33 | - |
| YUV | 134.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 239 | 0.36 | 0.56 | 0 | 0.06 | 261.04 | 0.81 | 0.67 |
| Hex | 98 | 69 | EF | 24 | 38 | 0 | 6 | 105 | 51 | 43 |
| Octal | 230 | 151 | 357 | 44 | 70 | 0 | 6 | 405 | 121 | 103 |
| Binary | 10011000 | 1101001 | 11101111 | 100100 | 111000 | 0 | 110 | 100000101 | 1010001 | 1000011 |
Color Harmonies of #9869EF
Complementary color
Monochromatic Colors of #9869EF
Black with #9869EF
Text Example
Text Example
White with #9869EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869EF; }
p { color: rgb(152,105,239); }
H1.HeaderClassName
{
color: #9869EF;
}
.AnyTagClassName
{
color: #9869EF;
}
</style>
background-color css
<style>
a { background-color: #9869EF; }
a { background-color: rgb(152,105,239); }
div.DivClassName
{
background-color: #9869EF;
}
.BgClassName
{
background-color: #9869EF;
}
</style>
border-color css
<style>
span { border-color: #9869EF; }
span { border-color: rgb(152,105,239); }
td.TdClassName
{
border-color: #9869EF;
}
.TagClassName
{
border-color: #9869EF;
}
</style>