Shades of Medium Purple #9268F1
Tints of Medium Purple #9268F1
RGB
CMYK
RGB Variations
Color information
#9268F1 (or 0x9268F1) is known color: Medium Purple. HEX triplet: 92, 68 and F1. RGB value is (146,104,241). Sum of RGB (Red+Green+Blue) = 146+104+241=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #9268F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268F1 is #6D970E. Grayscale: #838383. Windows color (decimal): -7182095 or 15820946. OLE color: 15820946.
HSL color Cylindrical-coordinate representation of color #9268F1: hue angle of 258.39º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9268F1 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 104 | 241 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.05 |
| HSL | 258.39º | 0.83% | 0.68% | - |
| HSV(B) | 258.39º | 0.57% | 0.95% | - |
| XYZ | 32.68 | 22.36 | 85.81 | - |
| YUV | 132.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 241 | 0.39 | 0.57 | 0 | 0.05 | 258.39 | 0.83 | 0.68 |
| Hex | 92 | 68 | F1 | 27 | 39 | 0 | 5 | 102 | 53 | 44 |
| Octal | 222 | 150 | 361 | 47 | 71 | 0 | 5 | 402 | 123 | 104 |
| Binary | 10010010 | 1101000 | 11110001 | 100111 | 111001 | 0 | 101 | 100000010 | 1010011 | 1000100 |
Color Harmonies of #9268F1
Complementary color
Monochromatic Colors of #9268F1
Black with #9268F1
Text Example
Text Example
White with #9268F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9268F1; }
p { color: rgb(146,104,241); }
H1.HeaderClassName
{
color: #9268F1;
}
.AnyTagClassName
{
color: #9268F1;
}
</style>
background-color css
<style>
a { background-color: #9268F1; }
a { background-color: rgb(146,104,241); }
div.DivClassName
{
background-color: #9268F1;
}
.BgClassName
{
background-color: #9268F1;
}
</style>
border-color css
<style>
span { border-color: #9268F1; }
span { border-color: rgb(146,104,241); }
td.TdClassName
{
border-color: #9268F1;
}
.TagClassName
{
border-color: #9268F1;
}
</style>