Shades of Medium Purple #9283E6
Tints of Medium Purple #9283E6
RGB
CMYK
RGB Variations
Color information
#9283E6 (or 0x9283E6) is known color: Medium Purple. HEX triplet: 92, 83 and E6. RGB value is (146,131,230). Sum of RGB (Red+Green+Blue) = 146+131+230=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #9283E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9283E6 is #6D7C19. Grayscale: #929292. Windows color (decimal): -7175194 or 15106962. OLE color: 15106962.
HSL color Cylindrical-coordinate representation of color #9283E6: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9283E6 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 131 | 230 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.10 |
| HSL | 249.09º | 0.66% | 0.71% | - |
| HSV(B) | 249.09º | 0.43% | 0.9% | - |
| XYZ | 34.25 | 28.06 | 78.47 | - |
| YUV | 146.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 230 | 0.37 | 0.43 | 0 | 0.10 | 249.09 | 0.66 | 0.71 |
| Hex | 92 | 83 | E6 | 25 | 2B | 0 | A | F9 | 42 | 47 |
| Octal | 222 | 203 | 346 | 45 | 53 | 0 | 12 | 371 | 102 | 107 |
| Binary | 10010010 | 10000011 | 11100110 | 100101 | 101011 | 0 | 1010 | 11111001 | 1000010 | 1000111 |
Color Harmonies of #9283E6
Complementary color
Monochromatic Colors of #9283E6
Black with #9283E6
Text Example
Text Example
White with #9283E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283E6; }
p { color: rgb(146,131,230); }
H1.HeaderClassName
{
color: #9283E6;
}
.AnyTagClassName
{
color: #9283E6;
}
</style>
background-color css
<style>
a { background-color: #9283E6; }
a { background-color: rgb(146,131,230); }
div.DivClassName
{
background-color: #9283E6;
}
.BgClassName
{
background-color: #9283E6;
}
</style>
border-color css
<style>
span { border-color: #9283E6; }
span { border-color: rgb(146,131,230); }
td.TdClassName
{
border-color: #9283E6;
}
.TagClassName
{
border-color: #9283E6;
}
</style>