Shades of Medium Purple #8F73DC
Tints of Medium Purple #8F73DC
RGB
CMYK
RGB Variations
Color information
#8F73DC (or 0x8F73DC) is known color: Medium Purple. HEX triplet: 8F, 73 and DC. RGB value is (143,115,220). Sum of RGB (Red+Green+Blue) = 143+115+220=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73DC is #708C23. Grayscale: #868686. Windows color (decimal): -7375908 or 14447503. OLE color: 14447503.
HSL color Cylindrical-coordinate representation of color #8F73DC: hue angle of 256º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F73DC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 115 | 220 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.14 |
| HSL | 256º | 0.6% | 0.66% | - |
| HSV(B) | 256º | 0.48% | 0.86% | - |
| XYZ | 30.38 | 23.27 | 70.6 | - |
| YUV | 135.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 220 | 0.35 | 0.48 | 0 | 0.14 | 256 | 0.6 | 0.66 |
| Hex | 8F | 73 | DC | 23 | 30 | 0 | E | 100 | 3C | 42 |
| Octal | 217 | 163 | 334 | 43 | 60 | 0 | 16 | 400 | 74 | 102 |
| Binary | 10001111 | 1110011 | 11011100 | 100011 | 110000 | 0 | 1110 | 100000000 | 111100 | 1000010 |
Color Harmonies of #8F73DC
Complementary color
Monochromatic Colors of #8F73DC
Black with #8F73DC
Text Example
Text Example
White with #8F73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73DC; }
p { color: rgb(143,115,220); }
H1.HeaderClassName
{
color: #8F73DC;
}
.AnyTagClassName
{
color: #8F73DC;
}
</style>
background-color css
<style>
a { background-color: #8F73DC; }
a { background-color: rgb(143,115,220); }
div.DivClassName
{
background-color: #8F73DC;
}
.BgClassName
{
background-color: #8F73DC;
}
</style>
border-color css
<style>
span { border-color: #8F73DC; }
span { border-color: rgb(143,115,220); }
td.TdClassName
{
border-color: #8F73DC;
}
.TagClassName
{
border-color: #8F73DC;
}
</style>