Shades of Medium Purple #9070EB
Tints of Medium Purple #9070EB
RGB
CMYK
RGB Variations
Color information
#9070EB (or 0x9070EB) is known color: Medium Purple. HEX triplet: 90, 70 and EB. RGB value is (144,112,235). Sum of RGB (Red+Green+Blue) = 144+112+235=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #9070EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9070EB is #6F8F14. Grayscale: #878787. Windows color (decimal): -7311125 or 15429776. OLE color: 15429776.
HSL color Cylindrical-coordinate representation of color #9070EB: hue angle of 255.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9070EB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 112 | 235 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.08 |
| HSL | 255.61º | 0.75% | 0.68% | - |
| HSV(B) | 255.61º | 0.52% | 0.92% | - |
| XYZ | 32.29 | 23.52 | 81.43 | - |
| YUV | 135.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 235 | 0.39 | 0.52 | 0 | 0.08 | 255.61 | 0.75 | 0.68 |
| Hex | 90 | 70 | EB | 27 | 34 | 0 | 8 | 100 | 4B | 44 |
| Octal | 220 | 160 | 353 | 47 | 64 | 0 | 10 | 400 | 113 | 104 |
| Binary | 10010000 | 1110000 | 11101011 | 100111 | 110100 | 0 | 1000 | 100000000 | 1001011 | 1000100 |
Color Harmonies of #9070EB
Complementary color
Monochromatic Colors of #9070EB
Black with #9070EB
Text Example
Text Example
White with #9070EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070EB; }
p { color: rgb(144,112,235); }
H1.HeaderClassName
{
color: #9070EB;
}
.AnyTagClassName
{
color: #9070EB;
}
</style>
background-color css
<style>
a { background-color: #9070EB; }
a { background-color: rgb(144,112,235); }
div.DivClassName
{
background-color: #9070EB;
}
.BgClassName
{
background-color: #9070EB;
}
</style>
border-color css
<style>
span { border-color: #9070EB; }
span { border-color: rgb(144,112,235); }
td.TdClassName
{
border-color: #9070EB;
}
.TagClassName
{
border-color: #9070EB;
}
</style>