Shades of Medium Purple #9282DD
Tints of Medium Purple #9282DD
RGB
CMYK
RGB Variations
Color information
#9282DD (or 0x9282DD) is known color: Medium Purple. HEX triplet: 92, 82 and DD. RGB value is (146,130,221). Sum of RGB (Red+Green+Blue) = 146+130+221=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #9282DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282DD is #6D7D22. Grayscale: #909090. Windows color (decimal): -7175459 or 14516882. OLE color: 14516882.
HSL color Cylindrical-coordinate representation of color #9282DD: hue angle of 250.55º degrees, saturation: 0.57, 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 #9282DD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 130 | 221 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.13 |
| HSL | 250.55º | 0.57% | 0.69% | - |
| HSV(B) | 250.55º | 0.41% | 0.87% | - |
| XYZ | 32.89 | 27.3 | 71.94 | - |
| YUV | 145.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 221 | 0.34 | 0.41 | 0 | 0.13 | 250.55 | 0.57 | 0.69 |
| Hex | 92 | 82 | DD | 22 | 29 | 0 | D | FB | 39 | 45 |
| Octal | 222 | 202 | 335 | 42 | 51 | 0 | 15 | 373 | 71 | 105 |
| Binary | 10010010 | 10000010 | 11011101 | 100010 | 101001 | 0 | 1101 | 11111011 | 111001 | 1000101 |
Color Harmonies of #9282DD
Complementary color
Monochromatic Colors of #9282DD
Black with #9282DD
Text Example
Text Example
White with #9282DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282DD; }
p { color: rgb(146,130,221); }
H1.HeaderClassName
{
color: #9282DD;
}
.AnyTagClassName
{
color: #9282DD;
}
</style>
background-color css
<style>
a { background-color: #9282DD; }
a { background-color: rgb(146,130,221); }
div.DivClassName
{
background-color: #9282DD;
}
.BgClassName
{
background-color: #9282DD;
}
</style>
border-color css
<style>
span { border-color: #9282DD; }
span { border-color: rgb(146,130,221); }
td.TdClassName
{
border-color: #9282DD;
}
.TagClassName
{
border-color: #9282DD;
}
</style>