Shades of Medium Purple #9078DD
Tints of Medium Purple #9078DD
RGB
CMYK
RGB Variations
Color information
#9078DD (or 0x9078DD) is known color: Medium Purple. HEX triplet: 90, 78 and DD. RGB value is (144,120,221). Sum of RGB (Red+Green+Blue) = 144+120+221=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9078DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078DD is #6F8722. Grayscale: #8A8A8A. Windows color (decimal): -7309091 or 14514320. OLE color: 14514320.
HSL color Cylindrical-coordinate representation of color #9078DD: hue angle of 254.26º degrees, saturation: 0.6, 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 #9078DD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 120 | 221 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 254.26º | 0.6% | 0.67% | - |
| HSV(B) | 254.26º | 0.46% | 0.87% | - |
| XYZ | 31.27 | 24.58 | 71.5 | - |
| YUV | 138.69 | 174.45 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 221 | 0.35 | 0.46 | 0 | 0.13 | 254.26 | 0.6 | 0.67 |
| Hex | 90 | 78 | DD | 23 | 2E | 0 | D | FE | 3C | 43 |
| Octal | 220 | 170 | 335 | 43 | 56 | 0 | 15 | 376 | 74 | 103 |
| Binary | 10010000 | 1111000 | 11011101 | 100011 | 101110 | 0 | 1101 | 11111110 | 111100 | 1000011 |
Color Harmonies of #9078DD
Complementary color
Monochromatic Colors of #9078DD
Black with #9078DD
Text Example
Text Example
White with #9078DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078DD; }
p { color: rgb(144,120,221); }
H1.HeaderClassName
{
color: #9078DD;
}
.AnyTagClassName
{
color: #9078DD;
}
</style>
background-color css
<style>
a { background-color: #9078DD; }
a { background-color: rgb(144,120,221); }
div.DivClassName
{
background-color: #9078DD;
}
.BgClassName
{
background-color: #9078DD;
}
</style>
border-color css
<style>
span { border-color: #9078DD; }
span { border-color: rgb(144,120,221); }
td.TdClassName
{
border-color: #9078DD;
}
.TagClassName
{
border-color: #9078DD;
}
</style>