Shades of Medium Purple #907BE0
Tints of Medium Purple #907BE0
RGB
CMYK
RGB Variations
Color information
#907BE0 (or 0x907BE0) is known color: Medium Purple. HEX triplet: 90, 7B and E0. RGB value is (144,123,224). Sum of RGB (Red+Green+Blue) = 144+123+224=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #907BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BE0 is #6F841F. Grayscale: #8C8C8C. Windows color (decimal): -7308320 or 14711696. OLE color: 14711696.
HSL color Cylindrical-coordinate representation of color #907BE0: hue angle of 252.48º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907BE0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 123 | 224 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.12 |
| HSL | 252.48º | 0.62% | 0.68% | - |
| HSV(B) | 252.48º | 0.45% | 0.88% | - |
| XYZ | 32.04 | 25.48 | 73.75 | - |
| YUV | 140.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 224 | 0.36 | 0.45 | 0 | 0.12 | 252.48 | 0.62 | 0.68 |
| Hex | 90 | 7B | E0 | 24 | 2D | 0 | C | FC | 3E | 44 |
| Octal | 220 | 173 | 340 | 44 | 55 | 0 | 14 | 374 | 76 | 104 |
| Binary | 10010000 | 1111011 | 11100000 | 100100 | 101101 | 0 | 1100 | 11111100 | 111110 | 1000100 |
Color Harmonies of #907BE0
Complementary color
Monochromatic Colors of #907BE0
Black with #907BE0
Text Example
Text Example
White with #907BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BE0; }
p { color: rgb(144,123,224); }
H1.HeaderClassName
{
color: #907BE0;
}
.AnyTagClassName
{
color: #907BE0;
}
</style>
background-color css
<style>
a { background-color: #907BE0; }
a { background-color: rgb(144,123,224); }
div.DivClassName
{
background-color: #907BE0;
}
.BgClassName
{
background-color: #907BE0;
}
</style>
border-color css
<style>
span { border-color: #907BE0; }
span { border-color: rgb(144,123,224); }
td.TdClassName
{
border-color: #907BE0;
}
.TagClassName
{
border-color: #907BE0;
}
</style>