Shades of Medium Purple #907AEB
Tints of Medium Purple #907AEB
RGB
CMYK
RGB Variations
Color information
#907AEB (or 0x907AEB) is known color: Medium Purple. HEX triplet: 90, 7A and EB. RGB value is (144,122,235). Sum of RGB (Red+Green+Blue) = 144+122+235=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #907AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907AEB is #6F8514. Grayscale: #8D8D8D. Windows color (decimal): -7308565 or 15432336. OLE color: 15432336.
HSL color Cylindrical-coordinate representation of color #907AEB: hue angle of 251.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #907AEB is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 122 | 235 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.08 |
| HSL | 251.68º | 0.74% | 0.7% | - |
| HSV(B) | 251.68º | 0.48% | 0.92% | - |
| XYZ | 33.46 | 25.85 | 81.82 | - |
| YUV | 141.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 235 | 0.39 | 0.48 | 0 | 0.08 | 251.68 | 0.74 | 0.7 |
| Hex | 90 | 7A | EB | 27 | 30 | 0 | 8 | FC | 4A | 46 |
| Octal | 220 | 172 | 353 | 47 | 60 | 0 | 10 | 374 | 112 | 106 |
| Binary | 10010000 | 1111010 | 11101011 | 100111 | 110000 | 0 | 1000 | 11111100 | 1001010 | 1000110 |
Color Harmonies of #907AEB
Complementary color
Monochromatic Colors of #907AEB
Black with #907AEB
Text Example
Text Example
White with #907AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907AEB; }
p { color: rgb(144,122,235); }
H1.HeaderClassName
{
color: #907AEB;
}
.AnyTagClassName
{
color: #907AEB;
}
</style>
background-color css
<style>
a { background-color: #907AEB; }
a { background-color: rgb(144,122,235); }
div.DivClassName
{
background-color: #907AEB;
}
.BgClassName
{
background-color: #907AEB;
}
</style>
border-color css
<style>
span { border-color: #907AEB; }
span { border-color: rgb(144,122,235); }
td.TdClassName
{
border-color: #907AEB;
}
.TagClassName
{
border-color: #907AEB;
}
</style>