Shades of Medium Purple #9863DC
Tints of Medium Purple #9863DC
RGB
CMYK
RGB Variations
Color information
#9863DC (or 0x9863DC) is known color: Medium Purple. HEX triplet: 98, 63 and DC. RGB value is (152,99,220). Sum of RGB (Red+Green+Blue) = 152+99+220=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #9863DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863DC is #679C23. Grayscale: #808080. Windows color (decimal): -6790180 or 14443416. OLE color: 14443416.
HSL color Cylindrical-coordinate representation of color #9863DC: hue angle of 266.28º 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 #9863DC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 99 | 220 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.14 |
| HSL | 266.28º | 0.63% | 0.63% | - |
| HSV(B) | 266.28º | 0.55% | 0.86% | - |
| XYZ | 30.33 | 20.77 | 70.12 | - |
| YUV | 128.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 220 | 0.31 | 0.55 | 0 | 0.14 | 266.28 | 0.63 | 0.63 |
| Hex | 98 | 63 | DC | 1F | 37 | 0 | E | 10A | 3F | 3F |
| Octal | 230 | 143 | 334 | 37 | 67 | 0 | 16 | 412 | 77 | 77 |
| Binary | 10011000 | 1100011 | 11011100 | 11111 | 110111 | 0 | 1110 | 100001010 | 111111 | 111111 |
Color Harmonies of #9863DC
Complementary color
Monochromatic Colors of #9863DC
Black with #9863DC
Text Example
Text Example
White with #9863DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863DC; }
p { color: rgb(152,99,220); }
H1.HeaderClassName
{
color: #9863DC;
}
.AnyTagClassName
{
color: #9863DC;
}
</style>
background-color css
<style>
a { background-color: #9863DC; }
a { background-color: rgb(152,99,220); }
div.DivClassName
{
background-color: #9863DC;
}
.BgClassName
{
background-color: #9863DC;
}
</style>
border-color css
<style>
span { border-color: #9863DC; }
span { border-color: rgb(152,99,220); }
td.TdClassName
{
border-color: #9863DC;
}
.TagClassName
{
border-color: #9863DC;
}
</style>