Shades of Medium Purple #8F66DC
Tints of Medium Purple #8F66DC
RGB
CMYK
RGB Variations
Color information
#8F66DC (or 0x8F66DC) is known color: Medium Purple. HEX triplet: 8F, 66 and DC. RGB value is (143,102,220). Sum of RGB (Red+Green+Blue) = 143+102+220=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66DC is #709923. Grayscale: #7F7F7F. Windows color (decimal): -7379236 or 14444175. OLE color: 14444175.
HSL color Cylindrical-coordinate representation of color #8F66DC: hue angle of 260.85º 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 #8F66DC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 102 | 220 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.14 |
| HSL | 260.85º | 0.63% | 0.63% | - |
| HSV(B) | 260.85º | 0.54% | 0.86% | - |
| XYZ | 29 | 20.51 | 70.14 | - |
| YUV | 127.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 220 | 0.35 | 0.54 | 0 | 0.14 | 260.85 | 0.63 | 0.63 |
| Hex | 8F | 66 | DC | 23 | 36 | 0 | E | 105 | 3F | 3F |
| Octal | 217 | 146 | 334 | 43 | 66 | 0 | 16 | 405 | 77 | 77 |
| Binary | 10001111 | 1100110 | 11011100 | 100011 | 110110 | 0 | 1110 | 100000101 | 111111 | 111111 |
Color Harmonies of #8F66DC
Complementary color
Monochromatic Colors of #8F66DC
Black with #8F66DC
Text Example
Text Example
White with #8F66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F66DC; }
p { color: rgb(143,102,220); }
H1.HeaderClassName
{
color: #8F66DC;
}
.AnyTagClassName
{
color: #8F66DC;
}
</style>
background-color css
<style>
a { background-color: #8F66DC; }
a { background-color: rgb(143,102,220); }
div.DivClassName
{
background-color: #8F66DC;
}
.BgClassName
{
background-color: #8F66DC;
}
</style>
border-color css
<style>
span { border-color: #8F66DC; }
span { border-color: rgb(143,102,220); }
td.TdClassName
{
border-color: #8F66DC;
}
.TagClassName
{
border-color: #8F66DC;
}
</style>