Shades of Medium Purple #907AE1
Tints of Medium Purple #907AE1
RGB
CMYK
RGB Variations
Color information
#907AE1 (or 0x907AE1) is known color: Medium Purple. HEX triplet: 90, 7A and E1. RGB value is (144,122,225). Sum of RGB (Red+Green+Blue) = 144+122+225=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #907AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907AE1 is #6F851E. Grayscale: #8B8B8B. Windows color (decimal): -7308575 or 14776976. OLE color: 14776976.
HSL color Cylindrical-coordinate representation of color #907AE1: hue angle of 252.82º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #907AE1 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 122 | 225 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.12 |
| HSL | 252.82º | 0.63% | 0.68% | - |
| HSV(B) | 252.82º | 0.46% | 0.88% | - |
| XYZ | 32.05 | 25.28 | 74.43 | - |
| YUV | 140.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 225 | 0.36 | 0.46 | 0 | 0.12 | 252.82 | 0.63 | 0.68 |
| Hex | 90 | 7A | E1 | 24 | 2E | 0 | C | FD | 3F | 44 |
| Octal | 220 | 172 | 341 | 44 | 56 | 0 | 14 | 375 | 77 | 104 |
| Binary | 10010000 | 1111010 | 11100001 | 100100 | 101110 | 0 | 1100 | 11111101 | 111111 | 1000100 |
Color Harmonies of #907AE1
Complementary color
Monochromatic Colors of #907AE1
Black with #907AE1
Text Example
Text Example
White with #907AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907AE1; }
p { color: rgb(144,122,225); }
H1.HeaderClassName
{
color: #907AE1;
}
.AnyTagClassName
{
color: #907AE1;
}
</style>
background-color css
<style>
a { background-color: #907AE1; }
a { background-color: rgb(144,122,225); }
div.DivClassName
{
background-color: #907AE1;
}
.BgClassName
{
background-color: #907AE1;
}
</style>
border-color css
<style>
span { border-color: #907AE1; }
span { border-color: rgb(144,122,225); }
td.TdClassName
{
border-color: #907AE1;
}
.TagClassName
{
border-color: #907AE1;
}
</style>