Shades of Medium Purple #9866DC
Tints of Medium Purple #9866DC
RGB
CMYK
RGB Variations
Color information
#9866DC (or 0x9866DC) is known color: Medium Purple. HEX triplet: 98, 66 and DC. RGB value is (152,102,220). Sum of RGB (Red+Green+Blue) = 152+102+220=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #9866DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866DC is #679923. Grayscale: #818181. Windows color (decimal): -6789412 or 14444184. OLE color: 14444184.
HSL color Cylindrical-coordinate representation of color #9866DC: hue angle of 265.42º degrees, saturation: 0.63, 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 #9866DC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 102 | 220 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.14 |
| HSL | 265.42º | 0.63% | 0.63% | - |
| HSV(B) | 265.42º | 0.54% | 0.86% | - |
| XYZ | 30.62 | 21.35 | 70.22 | - |
| YUV | 130.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 220 | 0.31 | 0.54 | 0 | 0.14 | 265.42 | 0.63 | 0.63 |
| Hex | 98 | 66 | DC | 1F | 36 | 0 | E | 109 | 3F | 3F |
| Octal | 230 | 146 | 334 | 37 | 66 | 0 | 16 | 411 | 77 | 77 |
| Binary | 10011000 | 1100110 | 11011100 | 11111 | 110110 | 0 | 1110 | 100001001 | 111111 | 111111 |
Color Harmonies of #9866DC
Complementary color
Monochromatic Colors of #9866DC
Black with #9866DC
Text Example
Text Example
White with #9866DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866DC; }
p { color: rgb(152,102,220); }
H1.HeaderClassName
{
color: #9866DC;
}
.AnyTagClassName
{
color: #9866DC;
}
</style>
background-color css
<style>
a { background-color: #9866DC; }
a { background-color: rgb(152,102,220); }
div.DivClassName
{
background-color: #9866DC;
}
.BgClassName
{
background-color: #9866DC;
}
</style>
border-color css
<style>
span { border-color: #9866DC; }
span { border-color: rgb(152,102,220); }
td.TdClassName
{
border-color: #9866DC;
}
.TagClassName
{
border-color: #9866DC;
}
</style>