Shades of Medium Purple #9287E6
Tints of Medium Purple #9287E6
RGB
CMYK
RGB Variations
Color information
#9287E6 (or 0x9287E6) is known color: Medium Purple. HEX triplet: 92, 87 and E6. RGB value is (146,135,230). Sum of RGB (Red+Green+Blue) = 146+135+230=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #9287E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9287E6 is #6D7819. Grayscale: #949494. Windows color (decimal): -7174170 or 15107986. OLE color: 15107986.
HSL color Cylindrical-coordinate representation of color #9287E6: hue angle of 246.95º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9287E6 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 135 | 230 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.10 |
| HSL | 246.95º | 0.66% | 0.72% | - |
| HSV(B) | 246.95º | 0.41% | 0.9% | - |
| XYZ | 34.8 | 29.15 | 78.66 | - |
| YUV | 149.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 230 | 0.37 | 0.41 | 0 | 0.10 | 246.95 | 0.66 | 0.72 |
| Hex | 92 | 87 | E6 | 25 | 29 | 0 | A | F7 | 42 | 48 |
| Octal | 222 | 207 | 346 | 45 | 51 | 0 | 12 | 367 | 102 | 110 |
| Binary | 10010010 | 10000111 | 11100110 | 100101 | 101001 | 0 | 1010 | 11110111 | 1000010 | 1001000 |
Color Harmonies of #9287E6
Complementary color
Monochromatic Colors of #9287E6
Black with #9287E6
Text Example
Text Example
White with #9287E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9287E6; }
p { color: rgb(146,135,230); }
H1.HeaderClassName
{
color: #9287E6;
}
.AnyTagClassName
{
color: #9287E6;
}
</style>
background-color css
<style>
a { background-color: #9287E6; }
a { background-color: rgb(146,135,230); }
div.DivClassName
{
background-color: #9287E6;
}
.BgClassName
{
background-color: #9287E6;
}
</style>
border-color css
<style>
span { border-color: #9287E6; }
span { border-color: rgb(146,135,230); }
td.TdClassName
{
border-color: #9287E6;
}
.TagClassName
{
border-color: #9287E6;
}
</style>