Shades of Medium Purple #9350F1
Tints of Medium Purple #9350F1
RGB
CMYK
RGB Variations
Color information
#9350F1 (or 0x9350F1) is known color: Medium Purple. HEX triplet: 93, 50 and F1. RGB value is (147,80,241). Sum of RGB (Red+Green+Blue) = 147+80+241=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #9350F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350F1 is #6CAF0E. Grayscale: #757575. Windows color (decimal): -7122703 or 15814803. OLE color: 15814803.
HSL color Cylindrical-coordinate representation of color #9350F1: hue angle of 264.97º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9350F1 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 80 | 241 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.05 |
| HSL | 264.97º | 0.85% | 0.63% | - |
| HSV(B) | 264.97º | 0.67% | 0.95% | - |
| XYZ | 30.78 | 18.29 | 85.13 | - |
| YUV | 118.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 241 | 0.39 | 0.67 | 0 | 0.05 | 264.97 | 0.85 | 0.63 |
| Hex | 93 | 50 | F1 | 27 | 43 | 0 | 5 | 109 | 55 | 3F |
| Octal | 223 | 120 | 361 | 47 | 103 | 0 | 5 | 411 | 125 | 77 |
| Binary | 10010011 | 1010000 | 11110001 | 100111 | 1000011 | 0 | 101 | 100001001 | 1010101 | 111111 |
Color Harmonies of #9350F1
Complementary color
Monochromatic Colors of #9350F1
Black with #9350F1
Text Example
Text Example
White with #9350F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350F1; }
p { color: rgb(147,80,241); }
H1.HeaderClassName
{
color: #9350F1;
}
.AnyTagClassName
{
color: #9350F1;
}
</style>
background-color css
<style>
a { background-color: #9350F1; }
a { background-color: rgb(147,80,241); }
div.DivClassName
{
background-color: #9350F1;
}
.BgClassName
{
background-color: #9350F1;
}
</style>
border-color css
<style>
span { border-color: #9350F1; }
span { border-color: rgb(147,80,241); }
td.TdClassName
{
border-color: #9350F1;
}
.TagClassName
{
border-color: #9350F1;
}
</style>