Shades of Medium Purple #907BDB
Tints of Medium Purple #907BDB
RGB
CMYK
RGB Variations
Color information
#907BDB (or 0x907BDB) is known color: Medium Purple. HEX triplet: 90, 7B and DB. RGB value is (144,123,219). Sum of RGB (Red+Green+Blue) = 144+123+219=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #907BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BDB is #6F8424. Grayscale: #8B8B8B. Windows color (decimal): -7308325 or 14384016. OLE color: 14384016.
HSL color Cylindrical-coordinate representation of color #907BDB: hue angle of 253.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907BDB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 123 | 219 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.14 |
| HSL | 253.13º | 0.57% | 0.67% | - |
| HSV(B) | 253.13º | 0.44% | 0.86% | - |
| XYZ | 31.37 | 25.21 | 70.23 | - |
| YUV | 140.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 219 | 0.34 | 0.44 | 0 | 0.14 | 253.13 | 0.57 | 0.67 |
| Hex | 90 | 7B | DB | 22 | 2C | 0 | E | FD | 39 | 43 |
| Octal | 220 | 173 | 333 | 42 | 54 | 0 | 16 | 375 | 71 | 103 |
| Binary | 10010000 | 1111011 | 11011011 | 100010 | 101100 | 0 | 1110 | 11111101 | 111001 | 1000011 |
Color Harmonies of #907BDB
Complementary color
Monochromatic Colors of #907BDB
Black with #907BDB
Text Example
Text Example
White with #907BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BDB; }
p { color: rgb(144,123,219); }
H1.HeaderClassName
{
color: #907BDB;
}
.AnyTagClassName
{
color: #907BDB;
}
</style>
background-color css
<style>
a { background-color: #907BDB; }
a { background-color: rgb(144,123,219); }
div.DivClassName
{
background-color: #907BDB;
}
.BgClassName
{
background-color: #907BDB;
}
</style>
border-color css
<style>
span { border-color: #907BDB; }
span { border-color: rgb(144,123,219); }
td.TdClassName
{
border-color: #907BDB;
}
.TagClassName
{
border-color: #907BDB;
}
</style>