Shades of Medium Purple #8F64DB
Tints of Medium Purple #8F64DB
RGB
CMYK
RGB Variations
Color information
#8F64DB (or 0x8F64DB) is known color: Medium Purple. HEX triplet: 8F, 64 and DB. RGB value is (143,100,219). Sum of RGB (Red+Green+Blue) = 143+100+219=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F64DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64DB is #709B24. Grayscale: #7D7D7D. Windows color (decimal): -7379749 or 14378127. OLE color: 14378127.
HSL color Cylindrical-coordinate representation of color #8F64DB: hue angle of 261.68º degrees, saturation: 0.62, 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 #8F64DB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 100 | 219 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.14 |
| HSL | 261.68º | 0.62% | 0.63% | - |
| HSV(B) | 261.68º | 0.54% | 0.86% | - |
| XYZ | 28.67 | 20.07 | 69.38 | - |
| YUV | 126.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 219 | 0.35 | 0.54 | 0 | 0.14 | 261.68 | 0.62 | 0.63 |
| Hex | 8F | 64 | DB | 23 | 36 | 0 | E | 106 | 3E | 3F |
| Octal | 217 | 144 | 333 | 43 | 66 | 0 | 16 | 406 | 76 | 77 |
| Binary | 10001111 | 1100100 | 11011011 | 100011 | 110110 | 0 | 1110 | 100000110 | 111110 | 111111 |
Color Harmonies of #8F64DB
Complementary color
Monochromatic Colors of #8F64DB
Black with #8F64DB
Text Example
Text Example
White with #8F64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64DB; }
p { color: rgb(143,100,219); }
H1.HeaderClassName
{
color: #8F64DB;
}
.AnyTagClassName
{
color: #8F64DB;
}
</style>
background-color css
<style>
a { background-color: #8F64DB; }
a { background-color: rgb(143,100,219); }
div.DivClassName
{
background-color: #8F64DB;
}
.BgClassName
{
background-color: #8F64DB;
}
</style>
border-color css
<style>
span { border-color: #8F64DB; }
span { border-color: rgb(143,100,219); }
td.TdClassName
{
border-color: #8F64DB;
}
.TagClassName
{
border-color: #8F64DB;
}
</style>