Shades of Medium Purple #9866DB
Tints of Medium Purple #9866DB
RGB
CMYK
RGB Variations
Color information
#9866DB (or 0x9866DB) is known color: Medium Purple. HEX triplet: 98, 66 and DB. RGB value is (152,102,219). Sum of RGB (Red+Green+Blue) = 152+102+219=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #9866DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866DB is #679924. Grayscale: #818181. Windows color (decimal): -6789413 or 14378648. OLE color: 14378648.
HSL color Cylindrical-coordinate representation of color #9866DB: hue angle of 265.64º degrees, saturation: 0.62, 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 #9866DB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 102 | 219 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.14 |
| HSL | 265.64º | 0.62% | 0.63% | - |
| HSV(B) | 265.64º | 0.53% | 0.86% | - |
| XYZ | 30.49 | 21.29 | 69.52 | - |
| YUV | 130.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 219 | 0.31 | 0.53 | 0 | 0.14 | 265.64 | 0.62 | 0.63 |
| Hex | 98 | 66 | DB | 1F | 35 | 0 | E | 10A | 3E | 3F |
| Octal | 230 | 146 | 333 | 37 | 65 | 0 | 16 | 412 | 76 | 77 |
| Binary | 10011000 | 1100110 | 11011011 | 11111 | 110101 | 0 | 1110 | 100001010 | 111110 | 111111 |
Color Harmonies of #9866DB
Complementary color
Monochromatic Colors of #9866DB
Black with #9866DB
Text Example
Text Example
White with #9866DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9866DB; }
p { color: rgb(152,102,219); }
H1.HeaderClassName
{
color: #9866DB;
}
.AnyTagClassName
{
color: #9866DB;
}
</style>
background-color css
<style>
a { background-color: #9866DB; }
a { background-color: rgb(152,102,219); }
div.DivClassName
{
background-color: #9866DB;
}
.BgClassName
{
background-color: #9866DB;
}
</style>
border-color css
<style>
span { border-color: #9866DB; }
span { border-color: rgb(152,102,219); }
td.TdClassName
{
border-color: #9866DB;
}
.TagClassName
{
border-color: #9866DB;
}
</style>