Shades of Medium Purple #9867EC
Tints of Medium Purple #9867EC
RGB
CMYK
RGB Variations
Color information
#9867EC (or 0x9867EC) is known color: Medium Purple. HEX triplet: 98, 67 and EC. RGB value is (152,103,236). Sum of RGB (Red+Green+Blue) = 152+103+236=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #9867EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9867EC is #679813. Grayscale: #848484. Windows color (decimal): -6789140 or 15493016. OLE color: 15493016.
HSL color Cylindrical-coordinate representation of color #9867EC: hue angle of 262.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9867EC is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 103 | 236 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.07 |
| HSL | 262.11º | 0.78% | 0.66% | - |
| HSV(B) | 262.11º | 0.56% | 0.93% | - |
| XYZ | 32.94 | 22.43 | 81.95 | - |
| YUV | 132.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 236 | 0.36 | 0.56 | 0 | 0.07 | 262.11 | 0.78 | 0.66 |
| Hex | 98 | 67 | EC | 24 | 38 | 0 | 7 | 106 | 4E | 42 |
| Octal | 230 | 147 | 354 | 44 | 70 | 0 | 7 | 406 | 116 | 102 |
| Binary | 10011000 | 1100111 | 11101100 | 100100 | 111000 | 0 | 111 | 100000110 | 1001110 | 1000010 |
Color Harmonies of #9867EC
Complementary color
Monochromatic Colors of #9867EC
Black with #9867EC
Text Example
Text Example
White with #9867EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9867EC; }
p { color: rgb(152,103,236); }
H1.HeaderClassName
{
color: #9867EC;
}
.AnyTagClassName
{
color: #9867EC;
}
</style>
background-color css
<style>
a { background-color: #9867EC; }
a { background-color: rgb(152,103,236); }
div.DivClassName
{
background-color: #9867EC;
}
.BgClassName
{
background-color: #9867EC;
}
</style>
border-color css
<style>
span { border-color: #9867EC; }
span { border-color: rgb(152,103,236); }
td.TdClassName
{
border-color: #9867EC;
}
.TagClassName
{
border-color: #9867EC;
}
</style>