Shades of Medium Purple #9078DE
Tints of Medium Purple #9078DE
RGB
CMYK
RGB Variations
Color information
#9078DE (or 0x9078DE) is known color: Medium Purple. HEX triplet: 90, 78 and DE. RGB value is (144,120,222). Sum of RGB (Red+Green+Blue) = 144+120+222=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #9078DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078DE is #6F8721. Grayscale: #8A8A8A. Windows color (decimal): -7309090 or 14579856. OLE color: 14579856.
HSL color Cylindrical-coordinate representation of color #9078DE: hue angle of 254.12º degrees, saturation: 0.61, 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 #9078DE is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 120 | 222 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 254.12º | 0.61% | 0.67% | - |
| HSV(B) | 254.12º | 0.46% | 0.87% | - |
| XYZ | 31.4 | 24.64 | 72.21 | - |
| YUV | 138.8 | 174.95 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 222 | 0.35 | 0.46 | 0 | 0.13 | 254.12 | 0.61 | 0.67 |
| Hex | 90 | 78 | DE | 23 | 2E | 0 | D | FE | 3D | 43 |
| Octal | 220 | 170 | 336 | 43 | 56 | 0 | 15 | 376 | 75 | 103 |
| Binary | 10010000 | 1111000 | 11011110 | 100011 | 101110 | 0 | 1101 | 11111110 | 111101 | 1000011 |
Color Harmonies of #9078DE
Complementary color
Monochromatic Colors of #9078DE
Black with #9078DE
Text Example
Text Example
White with #9078DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9078DE; }
p { color: rgb(144,120,222); }
H1.HeaderClassName
{
color: #9078DE;
}
.AnyTagClassName
{
color: #9078DE;
}
</style>
background-color css
<style>
a { background-color: #9078DE; }
a { background-color: rgb(144,120,222); }
div.DivClassName
{
background-color: #9078DE;
}
.BgClassName
{
background-color: #9078DE;
}
</style>
border-color css
<style>
span { border-color: #9078DE; }
span { border-color: rgb(144,120,222); }
td.TdClassName
{
border-color: #9078DE;
}
.TagClassName
{
border-color: #9078DE;
}
</style>