Shades of Medium Purple #9083DF
Tints of Medium Purple #9083DF
RGB
CMYK
RGB Variations
Color information
#9083DF (or 0x9083DF) is known color: Medium Purple. HEX triplet: 90, 83 and DF. RGB value is (144,131,223). Sum of RGB (Red+Green+Blue) = 144+131+223=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9083DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083DF is #6F7C20. Grayscale: #919191. Windows color (decimal): -7306273 or 14648208. OLE color: 14648208.
HSL color Cylindrical-coordinate representation of color #9083DF: hue angle of 248.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9083DF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 131 | 223 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.13 |
| HSL | 248.48º | 0.59% | 0.69% | - |
| HSV(B) | 248.48º | 0.41% | 0.87% | - |
| XYZ | 32.94 | 27.49 | 73.38 | - |
| YUV | 145.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 223 | 0.35 | 0.41 | 0 | 0.13 | 248.48 | 0.59 | 0.69 |
| Hex | 90 | 83 | DF | 23 | 29 | 0 | D | F8 | 3B | 45 |
| Octal | 220 | 203 | 337 | 43 | 51 | 0 | 15 | 370 | 73 | 105 |
| Binary | 10010000 | 10000011 | 11011111 | 100011 | 101001 | 0 | 1101 | 11111000 | 111011 | 1000101 |
Color Harmonies of #9083DF
Complementary color
Monochromatic Colors of #9083DF
Black with #9083DF
Text Example
Text Example
White with #9083DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083DF; }
p { color: rgb(144,131,223); }
H1.HeaderClassName
{
color: #9083DF;
}
.AnyTagClassName
{
color: #9083DF;
}
</style>
background-color css
<style>
a { background-color: #9083DF; }
a { background-color: rgb(144,131,223); }
div.DivClassName
{
background-color: #9083DF;
}
.BgClassName
{
background-color: #9083DF;
}
</style>
border-color css
<style>
span { border-color: #9083DF; }
span { border-color: rgb(144,131,223); }
td.TdClassName
{
border-color: #9083DF;
}
.TagClassName
{
border-color: #9083DF;
}
</style>