Shades of Medium Purple #8B78DF
Tints of Medium Purple #8B78DF
RGB
CMYK
RGB Variations
Color information
#8B78DF (or 0x8B78DF) is known color: Medium Purple. HEX triplet: 8B, 78 and DF. RGB value is (139,120,223). Sum of RGB (Red+Green+Blue) = 139+120+223=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B78DF is #748720. Grayscale: #898989. Windows color (decimal): -7636769 or 14645387. OLE color: 14645387.
HSL color Cylindrical-coordinate representation of color #8B78DF: hue angle of 251.07º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B78DF is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 120 | 223 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.13 |
| HSL | 251.07º | 0.62% | 0.67% | - |
| HSV(B) | 251.07º | 0.46% | 0.87% | - |
| XYZ | 30.68 | 24.25 | 72.88 | - |
| YUV | 137.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 223 | 0.38 | 0.46 | 0 | 0.13 | 251.07 | 0.62 | 0.67 |
| Hex | 8B | 78 | DF | 26 | 2E | 0 | D | FB | 3E | 43 |
| Octal | 213 | 170 | 337 | 46 | 56 | 0 | 15 | 373 | 76 | 103 |
| Binary | 10001011 | 1111000 | 11011111 | 100110 | 101110 | 0 | 1101 | 11111011 | 111110 | 1000011 |
Color Harmonies of #8B78DF
Complementary color
Monochromatic Colors of #8B78DF
Black with #8B78DF
Text Example
Text Example
White with #8B78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B78DF; }
p { color: rgb(139,120,223); }
H1.HeaderClassName
{
color: #8B78DF;
}
.AnyTagClassName
{
color: #8B78DF;
}
</style>
background-color css
<style>
a { background-color: #8B78DF; }
a { background-color: rgb(139,120,223); }
div.DivClassName
{
background-color: #8B78DF;
}
.BgClassName
{
background-color: #8B78DF;
}
</style>
border-color css
<style>
span { border-color: #8B78DF; }
span { border-color: rgb(139,120,223); }
td.TdClassName
{
border-color: #8B78DF;
}
.TagClassName
{
border-color: #8B78DF;
}
</style>