Shades of Medium Purple #9263DD
Tints of Medium Purple #9263DD
RGB
CMYK
RGB Variations
Color information
#9263DD (or 0x9263DD) is known color: Medium Purple. HEX triplet: 92, 63 and DD. RGB value is (146,99,221). Sum of RGB (Red+Green+Blue) = 146+99+221=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #9263DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263DD is #6D9C22. Grayscale: #7E7E7E. Windows color (decimal): -7183395 or 14508946. OLE color: 14508946.
HSL color Cylindrical-coordinate representation of color #9263DD: hue angle of 263.11º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9263DD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 99 | 221 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.13 |
| HSL | 263.11º | 0.64% | 0.63% | - |
| HSV(B) | 263.11º | 0.55% | 0.87% | - |
| XYZ | 29.37 | 20.26 | 70.77 | - |
| YUV | 126.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 221 | 0.34 | 0.55 | 0 | 0.13 | 263.11 | 0.64 | 0.63 |
| Hex | 92 | 63 | DD | 22 | 37 | 0 | D | 107 | 40 | 3F |
| Octal | 222 | 143 | 335 | 42 | 67 | 0 | 15 | 407 | 100 | 77 |
| Binary | 10010010 | 1100011 | 11011101 | 100010 | 110111 | 0 | 1101 | 100000111 | 1000000 | 111111 |
Color Harmonies of #9263DD
Complementary color
Monochromatic Colors of #9263DD
Black with #9263DD
Text Example
Text Example
White with #9263DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263DD; }
p { color: rgb(146,99,221); }
H1.HeaderClassName
{
color: #9263DD;
}
.AnyTagClassName
{
color: #9263DD;
}
</style>
background-color css
<style>
a { background-color: #9263DD; }
a { background-color: rgb(146,99,221); }
div.DivClassName
{
background-color: #9263DD;
}
.BgClassName
{
background-color: #9263DD;
}
</style>
border-color css
<style>
span { border-color: #9263DD; }
span { border-color: rgb(146,99,221); }
td.TdClassName
{
border-color: #9263DD;
}
.TagClassName
{
border-color: #9263DD;
}
</style>