Shades of Medium Purple #905FEB
Tints of Medium Purple #905FEB
RGB
CMYK
RGB Variations
Color information
#905FEB (or 0x905FEB) is known color: Medium Purple. HEX triplet: 90, 5F and EB. RGB value is (144,95,235). Sum of RGB (Red+Green+Blue) = 144+95+235=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #905FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FEB is #6FA014. Grayscale: #7D7D7D. Windows color (decimal): -7315477 or 15425424. OLE color: 15425424.
HSL color Cylindrical-coordinate representation of color #905FEB: hue angle of 261º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905FEB is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 95 | 235 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.08 |
| HSL | 261º | 0.78% | 0.65% | - |
| HSV(B) | 261º | 0.6% | 0.92% | - |
| XYZ | 30.59 | 20.11 | 80.87 | - |
| YUV | 125.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 235 | 0.39 | 0.60 | 0 | 0.08 | 261 | 0.78 | 0.65 |
| Hex | 90 | 5F | EB | 27 | 3C | 0 | 8 | 105 | 4E | 41 |
| Octal | 220 | 137 | 353 | 47 | 74 | 0 | 10 | 405 | 116 | 101 |
| Binary | 10010000 | 1011111 | 11101011 | 100111 | 111100 | 0 | 1000 | 100000101 | 1001110 | 1000001 |
Color Harmonies of #905FEB
Complementary color
Monochromatic Colors of #905FEB
Black with #905FEB
Text Example
Text Example
White with #905FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FEB; }
p { color: rgb(144,95,235); }
H1.HeaderClassName
{
color: #905FEB;
}
.AnyTagClassName
{
color: #905FEB;
}
</style>
background-color css
<style>
a { background-color: #905FEB; }
a { background-color: rgb(144,95,235); }
div.DivClassName
{
background-color: #905FEB;
}
.BgClassName
{
background-color: #905FEB;
}
</style>
border-color css
<style>
span { border-color: #905FEB; }
span { border-color: rgb(144,95,235); }
td.TdClassName
{
border-color: #905FEB;
}
.TagClassName
{
border-color: #905FEB;
}
</style>