Shades of Medium Purple #8F66DB
Tints of Medium Purple #8F66DB
RGB
CMYK
RGB Variations
Color information
#8F66DB (or 0x8F66DB) is known color: Medium Purple. HEX triplet: 8F, 66 and DB. RGB value is (143,102,219). Sum of RGB (Red+Green+Blue) = 143+102+219=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66DB is #709924. Grayscale: #7F7F7F. Windows color (decimal): -7379237 or 14378639. OLE color: 14378639.
HSL color Cylindrical-coordinate representation of color #8F66DB: hue angle of 261.03º 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 #8F66DB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 102 | 219 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 261.03º | 0.62% | 0.63% | - |
| HSV(B) | 261.03º | 0.53% | 0.86% | - |
| XYZ | 28.87 | 20.46 | 69.45 | - |
| YUV | 127.6 | 179.58 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 219 | 0.35 | 0.53 | 0 | 0.14 | 261.03 | 0.62 | 0.63 |
| Hex | 8F | 66 | DB | 23 | 35 | 0 | E | 105 | 3E | 3F |
| Octal | 217 | 146 | 333 | 43 | 65 | 0 | 16 | 405 | 76 | 77 |
| Binary | 10001111 | 1100110 | 11011011 | 100011 | 110101 | 0 | 1110 | 100000101 | 111110 | 111111 |
Color Harmonies of #8F66DB
Complementary color
Monochromatic Colors of #8F66DB
Black with #8F66DB
Text Example
Text Example
White with #8F66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F66DB; }
p { color: rgb(143,102,219); }
H1.HeaderClassName
{
color: #8F66DB;
}
.AnyTagClassName
{
color: #8F66DB;
}
</style>
background-color css
<style>
a { background-color: #8F66DB; }
a { background-color: rgb(143,102,219); }
div.DivClassName
{
background-color: #8F66DB;
}
.BgClassName
{
background-color: #8F66DB;
}
</style>
border-color css
<style>
span { border-color: #8F66DB; }
span { border-color: rgb(143,102,219); }
td.TdClassName
{
border-color: #8F66DB;
}
.TagClassName
{
border-color: #8F66DB;
}
</style>