Shades of Medium Purple #9078DF
Tints of Medium Purple #9078DF
RGB
CMYK
RGB Variations
Color information
#9078DF (or 0x9078DF) is known color: Medium Purple. HEX triplet: 90, 78 and DF. RGB value is (144,120,223). Sum of RGB (Red+Green+Blue) = 144+120+223=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #9078DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078DF is #6F8720. Grayscale: #8A8A8A. Windows color (decimal): -7309089 or 14645392. OLE color: 14645392.
HSL color Cylindrical-coordinate representation of color #9078DF: hue angle of 253.98º 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 #9078DF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 120 | 223 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 253.98º | 0.62% | 0.67% | - |
| HSV(B) | 253.98º | 0.46% | 0.87% | - |
| XYZ | 31.54 | 24.69 | 72.92 | - |
| YUV | 138.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 223 | 0.35 | 0.46 | 0 | 0.13 | 253.98 | 0.62 | 0.67 |
| Hex | 90 | 78 | DF | 23 | 2E | 0 | D | FE | 3E | 43 |
| Octal | 220 | 170 | 337 | 43 | 56 | 0 | 15 | 376 | 76 | 103 |
| Binary | 10010000 | 1111000 | 11011111 | 100011 | 101110 | 0 | 1101 | 11111110 | 111110 | 1000011 |
Color Harmonies of #9078DF
Complementary color
Monochromatic Colors of #9078DF
Black with #9078DF
Text Example
Text Example
White with #9078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078DF; }
p { color: rgb(144,120,223); }
H1.HeaderClassName
{
color: #9078DF;
}
.AnyTagClassName
{
color: #9078DF;
}
</style>
background-color css
<style>
a { background-color: #9078DF; }
a { background-color: rgb(144,120,223); }
div.DivClassName
{
background-color: #9078DF;
}
.BgClassName
{
background-color: #9078DF;
}
</style>
border-color css
<style>
span { border-color: #9078DF; }
span { border-color: rgb(144,120,223); }
td.TdClassName
{
border-color: #9078DF;
}
.TagClassName
{
border-color: #9078DF;
}
</style>