Shades of Medium Purple #9358F1
Tints of Medium Purple #9358F1
RGB
CMYK
RGB Variations
Color information
#9358F1 (or 0x9358F1) is known color: Medium Purple. HEX triplet: 93, 58 and F1. RGB value is (147,88,241). Sum of RGB (Red+Green+Blue) = 147+88+241=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #9358F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358F1 is #6CA70E. Grayscale: #7A7A7A. Windows color (decimal): -7120655 or 15816851. OLE color: 15816851.
HSL color Cylindrical-coordinate representation of color #9358F1: hue angle of 263.14º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9358F1 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 88 | 241 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.05 |
| HSL | 263.14º | 0.85% | 0.65% | - |
| HSV(B) | 263.14º | 0.63% | 0.95% | - |
| XYZ | 31.4 | 19.53 | 85.33 | - |
| YUV | 123.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 241 | 0.39 | 0.63 | 0 | 0.05 | 263.14 | 0.85 | 0.65 |
| Hex | 93 | 58 | F1 | 27 | 3F | 0 | 5 | 107 | 55 | 41 |
| Octal | 223 | 130 | 361 | 47 | 77 | 0 | 5 | 407 | 125 | 101 |
| Binary | 10010011 | 1011000 | 11110001 | 100111 | 111111 | 0 | 101 | 100000111 | 1010101 | 1000001 |
Color Harmonies of #9358F1
Complementary color
Monochromatic Colors of #9358F1
Black with #9358F1
Text Example
Text Example
White with #9358F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358F1; }
p { color: rgb(147,88,241); }
H1.HeaderClassName
{
color: #9358F1;
}
.AnyTagClassName
{
color: #9358F1;
}
</style>
background-color css
<style>
a { background-color: #9358F1; }
a { background-color: rgb(147,88,241); }
div.DivClassName
{
background-color: #9358F1;
}
.BgClassName
{
background-color: #9358F1;
}
</style>
border-color css
<style>
span { border-color: #9358F1; }
span { border-color: rgb(147,88,241); }
td.TdClassName
{
border-color: #9358F1;
}
.TagClassName
{
border-color: #9358F1;
}
</style>