Shades of Medium Purple #9868DA
Tints of Medium Purple #9868DA
RGB
CMYK
RGB Variations
Color information
#9868DA (or 0x9868DA) is known color: Medium Purple. HEX triplet: 98, 68 and DA. RGB value is (152,104,218). Sum of RGB (Red+Green+Blue) = 152+104+218=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #9868DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868DA is #679725. Grayscale: #828282. Windows color (decimal): -6788902 or 14313624. OLE color: 14313624.
HSL color Cylindrical-coordinate representation of color #9868DA: hue angle of 265.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9868DA is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 104 | 218 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.15 |
| HSL | 265.26º | 0.61% | 0.63% | - |
| HSV(B) | 265.26º | 0.52% | 0.85% | - |
| XYZ | 30.55 | 21.64 | 68.9 | - |
| YUV | 131.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 218 | 0.30 | 0.52 | 0 | 0.15 | 265.26 | 0.61 | 0.63 |
| Hex | 98 | 68 | DA | 1E | 34 | 0 | F | 109 | 3D | 3F |
| Octal | 230 | 150 | 332 | 36 | 64 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10011000 | 1101000 | 11011010 | 11110 | 110100 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9868DA
Complementary color
Monochromatic Colors of #9868DA
Black with #9868DA
Text Example
Text Example
White with #9868DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868DA; }
p { color: rgb(152,104,218); }
H1.HeaderClassName
{
color: #9868DA;
}
.AnyTagClassName
{
color: #9868DA;
}
</style>
background-color css
<style>
a { background-color: #9868DA; }
a { background-color: rgb(152,104,218); }
div.DivClassName
{
background-color: #9868DA;
}
.BgClassName
{
background-color: #9868DA;
}
</style>
border-color css
<style>
span { border-color: #9868DA; }
span { border-color: rgb(152,104,218); }
td.TdClassName
{
border-color: #9868DA;
}
.TagClassName
{
border-color: #9868DA;
}
</style>