Shades of Medium Purple #9268EF
Tints of Medium Purple #9268EF
RGB
CMYK
RGB Variations
Color information
#9268EF (or 0x9268EF) is known color: Medium Purple. HEX triplet: 92, 68 and EF. RGB value is (146,104,239). Sum of RGB (Red+Green+Blue) = 146+104+239=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #9268EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268EF is #6D9710. Grayscale: #838383. Windows color (decimal): -7182097 or 15689874. OLE color: 15689874.
HSL color Cylindrical-coordinate representation of color #9268EF: hue angle of 258.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9268EF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 104 | 239 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.06 |
| HSL | 258.67º | 0.81% | 0.67% | - |
| HSV(B) | 258.67º | 0.56% | 0.94% | - |
| XYZ | 32.38 | 22.24 | 84.25 | - |
| YUV | 131.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 239 | 0.39 | 0.56 | 0 | 0.06 | 258.67 | 0.81 | 0.67 |
| Hex | 92 | 68 | EF | 27 | 38 | 0 | 6 | 103 | 51 | 43 |
| Octal | 222 | 150 | 357 | 47 | 70 | 0 | 6 | 403 | 121 | 103 |
| Binary | 10010010 | 1101000 | 11101111 | 100111 | 111000 | 0 | 110 | 100000011 | 1010001 | 1000011 |
Color Harmonies of #9268EF
Complementary color
Monochromatic Colors of #9268EF
Black with #9268EF
Text Example
Text Example
White with #9268EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268EF; }
p { color: rgb(146,104,239); }
H1.HeaderClassName
{
color: #9268EF;
}
.AnyTagClassName
{
color: #9268EF;
}
</style>
background-color css
<style>
a { background-color: #9268EF; }
a { background-color: rgb(146,104,239); }
div.DivClassName
{
background-color: #9268EF;
}
.BgClassName
{
background-color: #9268EF;
}
</style>
border-color css
<style>
span { border-color: #9268EF; }
span { border-color: rgb(146,104,239); }
td.TdClassName
{
border-color: #9268EF;
}
.TagClassName
{
border-color: #9268EF;
}
</style>