Shades of Medium Purple #9262DB
Tints of Medium Purple #9262DB
RGB
CMYK
RGB Variations
Color information
#9262DB (or 0x9262DB) is known color: Medium Purple. HEX triplet: 92, 62 and DB. RGB value is (146,98,219). Sum of RGB (Red+Green+Blue) = 146+98+219=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9262DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262DB is #6D9D24. Grayscale: #7D7D7D. Windows color (decimal): -7183653 or 14377618. OLE color: 14377618.
HSL color Cylindrical-coordinate representation of color #9262DB: hue angle of 263.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9262DB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 98 | 219 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.14 |
| HSL | 263.8º | 0.63% | 0.62% | - |
| HSV(B) | 263.8º | 0.55% | 0.86% | - |
| XYZ | 29.01 | 19.96 | 69.34 | - |
| YUV | 126.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 219 | 0.33 | 0.55 | 0 | 0.14 | 263.8 | 0.63 | 0.62 |
| Hex | 92 | 62 | DB | 21 | 37 | 0 | E | 108 | 3F | 3E |
| Octal | 222 | 142 | 333 | 41 | 67 | 0 | 16 | 410 | 77 | 76 |
| Binary | 10010010 | 1100010 | 11011011 | 100001 | 110111 | 0 | 1110 | 100001000 | 111111 | 111110 |
Color Harmonies of #9262DB
Complementary color
Monochromatic Colors of #9262DB
Black with #9262DB
Text Example
Text Example
White with #9262DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262DB; }
p { color: rgb(146,98,219); }
H1.HeaderClassName
{
color: #9262DB;
}
.AnyTagClassName
{
color: #9262DB;
}
</style>
background-color css
<style>
a { background-color: #9262DB; }
a { background-color: rgb(146,98,219); }
div.DivClassName
{
background-color: #9262DB;
}
.BgClassName
{
background-color: #9262DB;
}
</style>
border-color css
<style>
span { border-color: #9262DB; }
span { border-color: rgb(146,98,219); }
td.TdClassName
{
border-color: #9262DB;
}
.TagClassName
{
border-color: #9262DB;
}
</style>