Shades of Medium Purple #9268D8
Tints of Medium Purple #9268D8
RGB
CMYK
RGB Variations
Color information
#9268D8 (or 0x9268D8) is known color: Medium Purple. HEX triplet: 92, 68 and D8. RGB value is (146,104,216). Sum of RGB (Red+Green+Blue) = 146+104+216=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #9268D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9268D8 is #6D9727. Grayscale: #808080. Windows color (decimal): -7182120 or 14182546. OLE color: 14182546.
HSL color Cylindrical-coordinate representation of color #9268D8: hue angle of 262.5º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9268D8 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 104 | 216 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.15 |
| HSL | 262.5º | 0.59% | 0.63% | - |
| HSV(B) | 262.5º | 0.52% | 0.85% | - |
| XYZ | 29.2 | 20.97 | 67.47 | - |
| YUV | 129.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 216 | 0.32 | 0.52 | 0 | 0.15 | 262.5 | 0.59 | 0.63 |
| Hex | 92 | 68 | D8 | 20 | 34 | 0 | F | 106 | 3B | 3F |
| Octal | 222 | 150 | 330 | 40 | 64 | 0 | 17 | 406 | 73 | 77 |
| Binary | 10010010 | 1101000 | 11011000 | 100000 | 110100 | 0 | 1111 | 100000110 | 111011 | 111111 |
Color Harmonies of #9268D8
Complementary color
Monochromatic Colors of #9268D8
Black with #9268D8
Text Example
Text Example
White with #9268D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268D8; }
p { color: rgb(146,104,216); }
H1.HeaderClassName
{
color: #9268D8;
}
.AnyTagClassName
{
color: #9268D8;
}
</style>
background-color css
<style>
a { background-color: #9268D8; }
a { background-color: rgb(146,104,216); }
div.DivClassName
{
background-color: #9268D8;
}
.BgClassName
{
background-color: #9268D8;
}
</style>
border-color css
<style>
span { border-color: #9268D8; }
span { border-color: rgb(146,104,216); }
td.TdClassName
{
border-color: #9268D8;
}
.TagClassName
{
border-color: #9268D8;
}
</style>