Shades of Medium Purple #9864DB
Tints of Medium Purple #9864DB
RGB
CMYK
RGB Variations
Color information
#9864DB (or 0x9864DB) is known color: Medium Purple. HEX triplet: 98, 64 and DB. RGB value is (152,100,219). Sum of RGB (Red+Green+Blue) = 152+100+219=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9864DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864DB is #679B24. Grayscale: #808080. Windows color (decimal): -6789925 or 14378136. OLE color: 14378136.
HSL color Cylindrical-coordinate representation of color #9864DB: hue angle of 266.22º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9864DB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 100 | 219 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.14 |
| HSL | 266.22º | 0.62% | 0.63% | - |
| HSV(B) | 266.22º | 0.54% | 0.86% | - |
| XYZ | 30.29 | 20.9 | 69.46 | - |
| YUV | 129.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 219 | 0.31 | 0.54 | 0 | 0.14 | 266.22 | 0.62 | 0.63 |
| Hex | 98 | 64 | DB | 1F | 36 | 0 | E | 10A | 3E | 3F |
| Octal | 230 | 144 | 333 | 37 | 66 | 0 | 16 | 412 | 76 | 77 |
| Binary | 10011000 | 1100100 | 11011011 | 11111 | 110110 | 0 | 1110 | 100001010 | 111110 | 111111 |
Color Harmonies of #9864DB
Complementary color
Monochromatic Colors of #9864DB
Black with #9864DB
Text Example
Text Example
White with #9864DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864DB; }
p { color: rgb(152,100,219); }
H1.HeaderClassName
{
color: #9864DB;
}
.AnyTagClassName
{
color: #9864DB;
}
</style>
background-color css
<style>
a { background-color: #9864DB; }
a { background-color: rgb(152,100,219); }
div.DivClassName
{
background-color: #9864DB;
}
.BgClassName
{
background-color: #9864DB;
}
</style>
border-color css
<style>
span { border-color: #9864DB; }
span { border-color: rgb(152,100,219); }
td.TdClassName
{
border-color: #9864DB;
}
.TagClassName
{
border-color: #9864DB;
}
</style>