Shades of Medium Purple #9864DC
Tints of Medium Purple #9864DC
RGB
CMYK
RGB Variations
Color information
#9864DC (or 0x9864DC) is known color: Medium Purple. HEX triplet: 98, 64 and DC. RGB value is (152,100,220). Sum of RGB (Red+Green+Blue) = 152+100+220=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9864DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864DC is #679B23. Grayscale: #808080. Windows color (decimal): -6789924 or 14443672. OLE color: 14443672.
HSL color Cylindrical-coordinate representation of color #9864DC: hue angle of 266º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9864DC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 100 | 220 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.14 |
| HSL | 266º | 0.63% | 0.63% | - |
| HSV(B) | 266º | 0.55% | 0.86% | - |
| XYZ | 30.42 | 20.96 | 70.15 | - |
| YUV | 129.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 220 | 0.31 | 0.55 | 0 | 0.14 | 266 | 0.63 | 0.63 |
| Hex | 98 | 64 | DC | 1F | 37 | 0 | E | 10A | 3F | 3F |
| Octal | 230 | 144 | 334 | 37 | 67 | 0 | 16 | 412 | 77 | 77 |
| Binary | 10011000 | 1100100 | 11011100 | 11111 | 110111 | 0 | 1110 | 100001010 | 111111 | 111111 |
Color Harmonies of #9864DC
Complementary color
Monochromatic Colors of #9864DC
Black with #9864DC
Text Example
Text Example
White with #9864DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864DC; }
p { color: rgb(152,100,220); }
H1.HeaderClassName
{
color: #9864DC;
}
.AnyTagClassName
{
color: #9864DC;
}
</style>
background-color css
<style>
a { background-color: #9864DC; }
a { background-color: rgb(152,100,220); }
div.DivClassName
{
background-color: #9864DC;
}
.BgClassName
{
background-color: #9864DC;
}
</style>
border-color css
<style>
span { border-color: #9864DC; }
span { border-color: rgb(152,100,220); }
td.TdClassName
{
border-color: #9864DC;
}
.TagClassName
{
border-color: #9864DC;
}
</style>