Shades of Medium Purple #9280D6
Tints of Medium Purple #9280D6
RGB
CMYK
RGB Variations
Color information
#9280D6 (or 0x9280D6) is known color: Medium Purple. HEX triplet: 92, 80 and D6. RGB value is (146,128,214). Sum of RGB (Red+Green+Blue) = 146+128+214=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #9280D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280D6 is #6D7F29. Grayscale: #8E8E8E. Windows color (decimal): -7175978 or 14057618. OLE color: 14057618.
HSL color Cylindrical-coordinate representation of color #9280D6: hue angle of 252.56º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9280D6 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 128 | 214 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.16 |
| HSL | 252.56º | 0.51% | 0.67% | - |
| HSV(B) | 252.56º | 0.4% | 0.84% | - |
| XYZ | 31.71 | 26.4 | 67.04 | - |
| YUV | 143.19 | 167.96 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 214 | 0.32 | 0.40 | 0 | 0.16 | 252.56 | 0.51 | 0.67 |
| Hex | 92 | 80 | D6 | 20 | 28 | 0 | 10 | FD | 33 | 43 |
| Octal | 222 | 200 | 326 | 40 | 50 | 0 | 20 | 375 | 63 | 103 |
| Binary | 10010010 | 10000000 | 11010110 | 100000 | 101000 | 0 | 10000 | 11111101 | 110011 | 1000011 |
Color Harmonies of #9280D6
Complementary color
Monochromatic Colors of #9280D6
Black with #9280D6
Text Example
Text Example
White with #9280D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280D6; }
p { color: rgb(146,128,214); }
H1.HeaderClassName
{
color: #9280D6;
}
.AnyTagClassName
{
color: #9280D6;
}
</style>
background-color css
<style>
a { background-color: #9280D6; }
a { background-color: rgb(146,128,214); }
div.DivClassName
{
background-color: #9280D6;
}
.BgClassName
{
background-color: #9280D6;
}
</style>
border-color css
<style>
span { border-color: #9280D6; }
span { border-color: rgb(146,128,214); }
td.TdClassName
{
border-color: #9280D6;
}
.TagClassName
{
border-color: #9280D6;
}
</style>