Shades of Medium Purple #9268DD
Tints of Medium Purple #9268DD
RGB
CMYK
RGB Variations
Color information
#9268DD (or 0x9268DD) is known color: Medium Purple. HEX triplet: 92, 68 and DD. RGB value is (146,104,221). Sum of RGB (Red+Green+Blue) = 146+104+221=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9268DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268DD is #6D9722. Grayscale: #818181. Windows color (decimal): -7182115 or 14510226. OLE color: 14510226.
HSL color Cylindrical-coordinate representation of color #9268DD: hue angle of 261.54º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9268DD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 104 | 221 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.13 |
| HSL | 261.54º | 0.63% | 0.64% | - |
| HSV(B) | 261.54º | 0.53% | 0.87% | - |
| XYZ | 29.86 | 21.23 | 70.93 | - |
| YUV | 129.9 | 179.41 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 221 | 0.34 | 0.53 | 0 | 0.13 | 261.54 | 0.63 | 0.64 |
| Hex | 92 | 68 | DD | 22 | 35 | 0 | D | 106 | 3F | 40 |
| Octal | 222 | 150 | 335 | 42 | 65 | 0 | 15 | 406 | 77 | 100 |
| Binary | 10010010 | 1101000 | 11011101 | 100010 | 110101 | 0 | 1101 | 100000110 | 111111 | 1000000 |
Color Harmonies of #9268DD
Complementary color
Monochromatic Colors of #9268DD
Black with #9268DD
Text Example
Text Example
White with #9268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268DD; }
p { color: rgb(146,104,221); }
H1.HeaderClassName
{
color: #9268DD;
}
.AnyTagClassName
{
color: #9268DD;
}
</style>
background-color css
<style>
a { background-color: #9268DD; }
a { background-color: rgb(146,104,221); }
div.DivClassName
{
background-color: #9268DD;
}
.BgClassName
{
background-color: #9268DD;
}
</style>
border-color css
<style>
span { border-color: #9268DD; }
span { border-color: rgb(146,104,221); }
td.TdClassName
{
border-color: #9268DD;
}
.TagClassName
{
border-color: #9268DD;
}
</style>