Shades of Medium Purple #9869EA
Tints of Medium Purple #9869EA
RGB
CMYK
RGB Variations
Color information
#9869EA (or 0x9869EA) is known color: Medium Purple. HEX triplet: 98, 69 and EA. RGB value is (152,105,234). Sum of RGB (Red+Green+Blue) = 152+105+234=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #9869EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869EA is #679615. Grayscale: #858585. Windows color (decimal): -6788630 or 15362456. OLE color: 15362456.
HSL color Cylindrical-coordinate representation of color #9869EA: hue angle of 261.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9869EA is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 105 | 234 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.08 |
| HSL | 261.86º | 0.75% | 0.66% | - |
| HSV(B) | 261.86º | 0.55% | 0.92% | - |
| XYZ | 32.85 | 22.72 | 80.5 | - |
| YUV | 133.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 234 | 0.35 | 0.55 | 0 | 0.08 | 261.86 | 0.75 | 0.66 |
| Hex | 98 | 69 | EA | 23 | 37 | 0 | 8 | 106 | 4B | 42 |
| Octal | 230 | 151 | 352 | 43 | 67 | 0 | 10 | 406 | 113 | 102 |
| Binary | 10011000 | 1101001 | 11101010 | 100011 | 110111 | 0 | 1000 | 100000110 | 1001011 | 1000010 |
Color Harmonies of #9869EA
Complementary color
Monochromatic Colors of #9869EA
Black with #9869EA
Text Example
Text Example
White with #9869EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869EA; }
p { color: rgb(152,105,234); }
H1.HeaderClassName
{
color: #9869EA;
}
.AnyTagClassName
{
color: #9869EA;
}
</style>
background-color css
<style>
a { background-color: #9869EA; }
a { background-color: rgb(152,105,234); }
div.DivClassName
{
background-color: #9869EA;
}
.BgClassName
{
background-color: #9869EA;
}
</style>
border-color css
<style>
span { border-color: #9869EA; }
span { border-color: rgb(152,105,234); }
td.TdClassName
{
border-color: #9869EA;
}
.TagClassName
{
border-color: #9869EA;
}
</style>