Shades of Medium Purple #9282DB
Tints of Medium Purple #9282DB
RGB
CMYK
RGB Variations
Color information
#9282DB (or 0x9282DB) is known color: Medium Purple. HEX triplet: 92, 82 and DB. RGB value is (146,130,219). Sum of RGB (Red+Green+Blue) = 146+130+219=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9282DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282DB is #6D7D24. Grayscale: #909090. Windows color (decimal): -7175461 or 14385810. OLE color: 14385810.
HSL color Cylindrical-coordinate representation of color #9282DB: hue angle of 250.79º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9282DB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 130 | 219 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.14 |
| HSL | 250.79º | 0.55% | 0.68% | - |
| HSV(B) | 250.79º | 0.41% | 0.86% | - |
| XYZ | 32.62 | 27.19 | 70.55 | - |
| YUV | 144.93 | 169.8 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 219 | 0.33 | 0.41 | 0 | 0.14 | 250.79 | 0.55 | 0.68 |
| Hex | 92 | 82 | DB | 21 | 29 | 0 | E | FB | 37 | 44 |
| Octal | 222 | 202 | 333 | 41 | 51 | 0 | 16 | 373 | 67 | 104 |
| Binary | 10010010 | 10000010 | 11011011 | 100001 | 101001 | 0 | 1110 | 11111011 | 110111 | 1000100 |
Color Harmonies of #9282DB
Complementary color
Monochromatic Colors of #9282DB
Black with #9282DB
Text Example
Text Example
White with #9282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282DB; }
p { color: rgb(146,130,219); }
H1.HeaderClassName
{
color: #9282DB;
}
.AnyTagClassName
{
color: #9282DB;
}
</style>
background-color css
<style>
a { background-color: #9282DB; }
a { background-color: rgb(146,130,219); }
div.DivClassName
{
background-color: #9282DB;
}
.BgClassName
{
background-color: #9282DB;
}
</style>
border-color css
<style>
span { border-color: #9282DB; }
span { border-color: rgb(146,130,219); }
td.TdClassName
{
border-color: #9282DB;
}
.TagClassName
{
border-color: #9282DB;
}
</style>