Shades of Medium Purple #9082DC
Tints of Medium Purple #9082DC
RGB
CMYK
RGB Variations
Color information
#9082DC (or 0x9082DC) is known color: Medium Purple. HEX triplet: 90, 82 and DC. RGB value is (144,130,220). Sum of RGB (Red+Green+Blue) = 144+130+220=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9082DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DC is #6F7D23. Grayscale: #909090. Windows color (decimal): -7306532 or 14451344. OLE color: 14451344.
HSL color Cylindrical-coordinate representation of color #9082DC: hue angle of 249.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9082DC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 130 | 220 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.14 |
| HSL | 249.33º | 0.56% | 0.69% | - |
| HSV(B) | 249.33º | 0.41% | 0.86% | - |
| XYZ | 32.4 | 27.06 | 71.23 | - |
| YUV | 144.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 220 | 0.35 | 0.41 | 0 | 0.14 | 249.33 | 0.56 | 0.69 |
| Hex | 90 | 82 | DC | 23 | 29 | 0 | E | F9 | 38 | 45 |
| Octal | 220 | 202 | 334 | 43 | 51 | 0 | 16 | 371 | 70 | 105 |
| Binary | 10010000 | 10000010 | 11011100 | 100011 | 101001 | 0 | 1110 | 11111001 | 111000 | 1000101 |
Color Harmonies of #9082DC
Complementary color
Monochromatic Colors of #9082DC
Black with #9082DC
Text Example
Text Example
White with #9082DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082DC; }
p { color: rgb(144,130,220); }
H1.HeaderClassName
{
color: #9082DC;
}
.AnyTagClassName
{
color: #9082DC;
}
</style>
background-color css
<style>
a { background-color: #9082DC; }
a { background-color: rgb(144,130,220); }
div.DivClassName
{
background-color: #9082DC;
}
.BgClassName
{
background-color: #9082DC;
}
</style>
border-color css
<style>
span { border-color: #9082DC; }
span { border-color: rgb(144,130,220); }
td.TdClassName
{
border-color: #9082DC;
}
.TagClassName
{
border-color: #9082DC;
}
</style>