Shades of Medium Purple #9083DB
Tints of Medium Purple #9083DB
RGB
CMYK
RGB Variations
Color information
#9083DB (or 0x9083DB) is known color: Medium Purple. HEX triplet: 90, 83 and DB. RGB value is (144,131,219). Sum of RGB (Red+Green+Blue) = 144+131+219=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #9083DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083DB is #6F7C24. Grayscale: #909090. Windows color (decimal): -7306277 or 14386064. OLE color: 14386064.
HSL color Cylindrical-coordinate representation of color #9083DB: hue angle of 248.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9083DB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 131 | 219 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.14 |
| HSL | 248.86º | 0.55% | 0.69% | - |
| HSV(B) | 248.86º | 0.4% | 0.86% | - |
| XYZ | 32.4 | 27.28 | 70.57 | - |
| YUV | 144.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 219 | 0.34 | 0.40 | 0 | 0.14 | 248.86 | 0.55 | 0.69 |
| Hex | 90 | 83 | DB | 22 | 28 | 0 | E | F9 | 37 | 45 |
| Octal | 220 | 203 | 333 | 42 | 50 | 0 | 16 | 371 | 67 | 105 |
| Binary | 10010000 | 10000011 | 11011011 | 100010 | 101000 | 0 | 1110 | 11111001 | 110111 | 1000101 |
Color Harmonies of #9083DB
Complementary color
Monochromatic Colors of #9083DB
Black with #9083DB
Text Example
Text Example
White with #9083DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083DB; }
p { color: rgb(144,131,219); }
H1.HeaderClassName
{
color: #9083DB;
}
.AnyTagClassName
{
color: #9083DB;
}
</style>
background-color css
<style>
a { background-color: #9083DB; }
a { background-color: rgb(144,131,219); }
div.DivClassName
{
background-color: #9083DB;
}
.BgClassName
{
background-color: #9083DB;
}
</style>
border-color css
<style>
span { border-color: #9083DB; }
span { border-color: rgb(144,131,219); }
td.TdClassName
{
border-color: #9083DB;
}
.TagClassName
{
border-color: #9083DB;
}
</style>