Shades of Medium Purple #9259ED
Tints of Medium Purple #9259ED
RGB
CMYK
RGB Variations
Color information
#9259ED (or 0x9259ED) is known color: Medium Purple. HEX triplet: 92, 59 and ED. RGB value is (146,89,237). Sum of RGB (Red+Green+Blue) = 146+89+237=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #9259ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9259ED is #6DA612. Grayscale: #7A7A7A. Windows color (decimal): -7185939 or 15554962. OLE color: 15554962.
HSL color Cylindrical-coordinate representation of color #9259ED: hue angle of 263.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9259ED is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 89 | 237 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.07 |
| HSL | 263.11º | 0.8% | 0.64% | - |
| HSV(B) | 263.11º | 0.62% | 0.93% | - |
| XYZ | 30.71 | 19.37 | 82.24 | - |
| YUV | 122.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 89 | 237 | 0.38 | 0.62 | 0 | 0.07 | 263.11 | 0.8 | 0.64 |
| Hex | 92 | 59 | ED | 26 | 3E | 0 | 7 | 107 | 50 | 40 |
| Octal | 222 | 131 | 355 | 46 | 76 | 0 | 7 | 407 | 120 | 100 |
| Binary | 10010010 | 1011001 | 11101101 | 100110 | 111110 | 0 | 111 | 100000111 | 1010000 | 1000000 |
Color Harmonies of #9259ED
Complementary color
Monochromatic Colors of #9259ED
Black with #9259ED
Text Example
Text Example
White with #9259ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9259ED; }
p { color: rgb(146,89,237); }
H1.HeaderClassName
{
color: #9259ED;
}
.AnyTagClassName
{
color: #9259ED;
}
</style>
background-color css
<style>
a { background-color: #9259ED; }
a { background-color: rgb(146,89,237); }
div.DivClassName
{
background-color: #9259ED;
}
.BgClassName
{
background-color: #9259ED;
}
</style>
border-color css
<style>
span { border-color: #9259ED; }
span { border-color: rgb(146,89,237); }
td.TdClassName
{
border-color: #9259ED;
}
.TagClassName
{
border-color: #9259ED;
}
</style>