Shades of Medium Purple #907BDA
Tints of Medium Purple #907BDA
RGB
CMYK
RGB Variations
Color information
#907BDA (or 0x907BDA) is known color: Medium Purple. HEX triplet: 90, 7B and DA. RGB value is (144,123,218). Sum of RGB (Red+Green+Blue) = 144+123+218=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #907BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BDA is #6F8425. Grayscale: #8B8B8B. Windows color (decimal): -7308326 or 14318480. OLE color: 14318480.
HSL color Cylindrical-coordinate representation of color #907BDA: hue angle of 253.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907BDA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 123 | 218 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.15 |
| HSL | 253.26º | 0.56% | 0.67% | - |
| HSV(B) | 253.26º | 0.44% | 0.85% | - |
| XYZ | 31.24 | 25.16 | 69.54 | - |
| YUV | 140.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 218 | 0.34 | 0.44 | 0 | 0.15 | 253.26 | 0.56 | 0.67 |
| Hex | 90 | 7B | DA | 22 | 2C | 0 | F | FD | 38 | 43 |
| Octal | 220 | 173 | 332 | 42 | 54 | 0 | 17 | 375 | 70 | 103 |
| Binary | 10010000 | 1111011 | 11011010 | 100010 | 101100 | 0 | 1111 | 11111101 | 111000 | 1000011 |
Color Harmonies of #907BDA
Complementary color
Monochromatic Colors of #907BDA
Black with #907BDA
Text Example
Text Example
White with #907BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BDA; }
p { color: rgb(144,123,218); }
H1.HeaderClassName
{
color: #907BDA;
}
.AnyTagClassName
{
color: #907BDA;
}
</style>
background-color css
<style>
a { background-color: #907BDA; }
a { background-color: rgb(144,123,218); }
div.DivClassName
{
background-color: #907BDA;
}
.BgClassName
{
background-color: #907BDA;
}
</style>
border-color css
<style>
span { border-color: #907BDA; }
span { border-color: rgb(144,123,218); }
td.TdClassName
{
border-color: #907BDA;
}
.TagClassName
{
border-color: #907BDA;
}
</style>