Shades of Medium Purple #9082DF
Tints of Medium Purple #9082DF
RGB
CMYK
RGB Variations
Color information
#9082DF (or 0x9082DF) is known color: Medium Purple. HEX triplet: 90, 82 and DF. RGB value is (144,130,223). Sum of RGB (Red+Green+Blue) = 144+130+223=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #9082DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DF is #6F7D20. Grayscale: #909090. Windows color (decimal): -7306529 or 14647952. OLE color: 14647952.
HSL color Cylindrical-coordinate representation of color #9082DF: hue angle of 249.03º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9082DF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 130 | 223 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.13 |
| HSL | 249.03º | 0.59% | 0.69% | - |
| HSV(B) | 249.03º | 0.42% | 0.87% | - |
| XYZ | 32.8 | 27.22 | 73.34 | - |
| YUV | 144.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 223 | 0.35 | 0.42 | 0 | 0.13 | 249.03 | 0.59 | 0.69 |
| Hex | 90 | 82 | DF | 23 | 2A | 0 | D | F9 | 3B | 45 |
| Octal | 220 | 202 | 337 | 43 | 52 | 0 | 15 | 371 | 73 | 105 |
| Binary | 10010000 | 10000010 | 11011111 | 100011 | 101010 | 0 | 1101 | 11111001 | 111011 | 1000101 |
Color Harmonies of #9082DF
Complementary color
Monochromatic Colors of #9082DF
Black with #9082DF
Text Example
Text Example
White with #9082DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082DF; }
p { color: rgb(144,130,223); }
H1.HeaderClassName
{
color: #9082DF;
}
.AnyTagClassName
{
color: #9082DF;
}
</style>
background-color css
<style>
a { background-color: #9082DF; }
a { background-color: rgb(144,130,223); }
div.DivClassName
{
background-color: #9082DF;
}
.BgClassName
{
background-color: #9082DF;
}
</style>
border-color css
<style>
span { border-color: #9082DF; }
span { border-color: rgb(144,130,223); }
td.TdClassName
{
border-color: #9082DF;
}
.TagClassName
{
border-color: #9082DF;
}
</style>