Shades of Medium Purple #9282D6
Tints of Medium Purple #9282D6
RGB
CMYK
RGB Variations
Color information
#9282D6 (or 0x9282D6) is known color: Medium Purple. HEX triplet: 92, 82 and D6. RGB value is (146,130,214). Sum of RGB (Red+Green+Blue) = 146+130+214=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #9282D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282D6 is #6D7D29. Grayscale: #909090. Windows color (decimal): -7175466 or 14058130. OLE color: 14058130.
HSL color Cylindrical-coordinate representation of color #9282D6: hue angle of 251.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9282D6 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 130 | 214 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.16 |
| HSL | 251.43º | 0.51% | 0.67% | - |
| HSV(B) | 251.43º | 0.39% | 0.84% | - |
| XYZ | 31.97 | 26.93 | 67.13 | - |
| YUV | 144.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 214 | 0.32 | 0.39 | 0 | 0.16 | 251.43 | 0.51 | 0.67 |
| Hex | 92 | 82 | D6 | 20 | 27 | 0 | 10 | FB | 33 | 43 |
| Octal | 222 | 202 | 326 | 40 | 47 | 0 | 20 | 373 | 63 | 103 |
| Binary | 10010010 | 10000010 | 11010110 | 100000 | 100111 | 0 | 10000 | 11111011 | 110011 | 1000011 |
Color Harmonies of #9282D6
Complementary color
Monochromatic Colors of #9282D6
Black with #9282D6
Text Example
Text Example
White with #9282D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282D6; }
p { color: rgb(146,130,214); }
H1.HeaderClassName
{
color: #9282D6;
}
.AnyTagClassName
{
color: #9282D6;
}
</style>
background-color css
<style>
a { background-color: #9282D6; }
a { background-color: rgb(146,130,214); }
div.DivClassName
{
background-color: #9282D6;
}
.BgClassName
{
background-color: #9282D6;
}
</style>
border-color css
<style>
span { border-color: #9282D6; }
span { border-color: rgb(146,130,214); }
td.TdClassName
{
border-color: #9282D6;
}
.TagClassName
{
border-color: #9282D6;
}
</style>