Shades of Medium Purple #9868DB
Tints of Medium Purple #9868DB
RGB
CMYK
RGB Variations
Color information
#9868DB (or 0x9868DB) is known color: Medium Purple. HEX triplet: 98, 68 and DB. RGB value is (152,104,219). Sum of RGB (Red+Green+Blue) = 152+104+219=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9868DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868DB is #679724. Grayscale: #838383. Windows color (decimal): -6788901 or 14379160. OLE color: 14379160.
HSL color Cylindrical-coordinate representation of color #9868DB: hue angle of 265.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9868DB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 104 | 219 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.14 |
| HSL | 265.04º | 0.61% | 0.63% | - |
| HSV(B) | 265.04º | 0.53% | 0.86% | - |
| XYZ | 30.69 | 21.69 | 69.59 | - |
| YUV | 131.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 219 | 0.31 | 0.53 | 0 | 0.14 | 265.04 | 0.61 | 0.63 |
| Hex | 98 | 68 | DB | 1F | 35 | 0 | E | 109 | 3D | 3F |
| Octal | 230 | 150 | 333 | 37 | 65 | 0 | 16 | 411 | 75 | 77 |
| Binary | 10011000 | 1101000 | 11011011 | 11111 | 110101 | 0 | 1110 | 100001001 | 111101 | 111111 |
Color Harmonies of #9868DB
Complementary color
Monochromatic Colors of #9868DB
Black with #9868DB
Text Example
Text Example
White with #9868DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868DB; }
p { color: rgb(152,104,219); }
H1.HeaderClassName
{
color: #9868DB;
}
.AnyTagClassName
{
color: #9868DB;
}
</style>
background-color css
<style>
a { background-color: #9868DB; }
a { background-color: rgb(152,104,219); }
div.DivClassName
{
background-color: #9868DB;
}
.BgClassName
{
background-color: #9868DB;
}
</style>
border-color css
<style>
span { border-color: #9868DB; }
span { border-color: rgb(152,104,219); }
td.TdClassName
{
border-color: #9868DB;
}
.TagClassName
{
border-color: #9868DB;
}
</style>