Shades of Medium Purple #9268EE
Tints of Medium Purple #9268EE
RGB
CMYK
RGB Variations
Color information
#9268EE (or 0x9268EE) is known color: Medium Purple. HEX triplet: 92, 68 and EE. RGB value is (146,104,238). Sum of RGB (Red+Green+Blue) = 146+104+238=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #9268EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268EE is #6D9711. Grayscale: #838383. Windows color (decimal): -7182098 or 15624338. OLE color: 15624338.
HSL color Cylindrical-coordinate representation of color #9268EE: hue angle of 258.81º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9268EE is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 104 | 238 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.07 |
| HSL | 258.81º | 0.8% | 0.67% | - |
| HSV(B) | 258.81º | 0.56% | 0.93% | - |
| XYZ | 32.24 | 22.18 | 83.47 | - |
| YUV | 131.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 238 | 0.39 | 0.56 | 0 | 0.07 | 258.81 | 0.8 | 0.67 |
| Hex | 92 | 68 | EE | 27 | 38 | 0 | 7 | 103 | 50 | 43 |
| Octal | 222 | 150 | 356 | 47 | 70 | 0 | 7 | 403 | 120 | 103 |
| Binary | 10010010 | 1101000 | 11101110 | 100111 | 111000 | 0 | 111 | 100000011 | 1010000 | 1000011 |
Color Harmonies of #9268EE
Complementary color
Monochromatic Colors of #9268EE
Black with #9268EE
Text Example
Text Example
White with #9268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268EE; }
p { color: rgb(146,104,238); }
H1.HeaderClassName
{
color: #9268EE;
}
.AnyTagClassName
{
color: #9268EE;
}
</style>
background-color css
<style>
a { background-color: #9268EE; }
a { background-color: rgb(146,104,238); }
div.DivClassName
{
background-color: #9268EE;
}
.BgClassName
{
background-color: #9268EE;
}
</style>
border-color css
<style>
span { border-color: #9268EE; }
span { border-color: rgb(146,104,238); }
td.TdClassName
{
border-color: #9268EE;
}
.TagClassName
{
border-color: #9268EE;
}
</style>