Shades of Medium Purple #9269DF
Tints of Medium Purple #9269DF
RGB
CMYK
RGB Variations
Color information
#9269DF (or 0x9269DF) is known color: Medium Purple. HEX triplet: 92, 69 and DF. RGB value is (146,105,223). Sum of RGB (Red+Green+Blue) = 146+105+223=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9269DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269DF is #6D9620. Grayscale: #828282. Windows color (decimal): -7181857 or 14641554. OLE color: 14641554.
HSL color Cylindrical-coordinate representation of color #9269DF: hue angle of 260.85º degrees, saturation: 0.65, 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 #9269DF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 105 | 223 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 260.85º | 0.65% | 0.64% | - |
| HSV(B) | 260.85º | 0.53% | 0.87% | - |
| XYZ | 30.22 | 21.54 | 72.38 | - |
| YUV | 130.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 223 | 0.35 | 0.53 | 0 | 0.13 | 260.85 | 0.65 | 0.64 |
| Hex | 92 | 69 | DF | 23 | 35 | 0 | D | 105 | 41 | 40 |
| Octal | 222 | 151 | 337 | 43 | 65 | 0 | 15 | 405 | 101 | 100 |
| Binary | 10010010 | 1101001 | 11011111 | 100011 | 110101 | 0 | 1101 | 100000101 | 1000001 | 1000000 |
Color Harmonies of #9269DF
Complementary color
Monochromatic Colors of #9269DF
Black with #9269DF
Text Example
Text Example
White with #9269DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269DF; }
p { color: rgb(146,105,223); }
H1.HeaderClassName
{
color: #9269DF;
}
.AnyTagClassName
{
color: #9269DF;
}
</style>
background-color css
<style>
a { background-color: #9269DF; }
a { background-color: rgb(146,105,223); }
div.DivClassName
{
background-color: #9269DF;
}
.BgClassName
{
background-color: #9269DF;
}
</style>
border-color css
<style>
span { border-color: #9269DF; }
span { border-color: rgb(146,105,223); }
td.TdClassName
{
border-color: #9269DF;
}
.TagClassName
{
border-color: #9269DF;
}
</style>