Shades of Medium Purple #9262DF
Tints of Medium Purple #9262DF
RGB
CMYK
RGB Variations
Color information
#9262DF (or 0x9262DF) is known color: Medium Purple. HEX triplet: 92, 62 and DF. RGB value is (146,98,223). Sum of RGB (Red+Green+Blue) = 146+98+223=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9262DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262DF is #6D9D20. Grayscale: #7E7E7E. Windows color (decimal): -7183649 or 14639762. OLE color: 14639762.
HSL color Cylindrical-coordinate representation of color #9262DF: hue angle of 263.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9262DF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 98 | 223 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.13 |
| HSL | 263.04º | 0.66% | 0.63% | - |
| HSV(B) | 263.04º | 0.56% | 0.87% | - |
| XYZ | 29.54 | 20.17 | 72.15 | - |
| YUV | 126.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 98 | 223 | 0.35 | 0.56 | 0 | 0.13 | 263.04 | 0.66 | 0.63 |
| Hex | 92 | 62 | DF | 23 | 38 | 0 | D | 107 | 42 | 3F |
| Octal | 222 | 142 | 337 | 43 | 70 | 0 | 15 | 407 | 102 | 77 |
| Binary | 10010010 | 1100010 | 11011111 | 100011 | 111000 | 0 | 1101 | 100000111 | 1000010 | 111111 |
Color Harmonies of #9262DF
Complementary color
Monochromatic Colors of #9262DF
Black with #9262DF
Text Example
Text Example
White with #9262DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9262DF; }
p { color: rgb(146,98,223); }
H1.HeaderClassName
{
color: #9262DF;
}
.AnyTagClassName
{
color: #9262DF;
}
</style>
background-color css
<style>
a { background-color: #9262DF; }
a { background-color: rgb(146,98,223); }
div.DivClassName
{
background-color: #9262DF;
}
.BgClassName
{
background-color: #9262DF;
}
</style>
border-color css
<style>
span { border-color: #9262DF; }
span { border-color: rgb(146,98,223); }
td.TdClassName
{
border-color: #9262DF;
}
.TagClassName
{
border-color: #9262DF;
}
</style>