Shades of Medium Purple #935FF2
Tints of Medium Purple #935FF2
RGB
CMYK
RGB Variations
Color information
#935FF2 (or 0x935FF2) is known color: Medium Purple. HEX triplet: 93, 5F and F2. RGB value is (147,95,242). Sum of RGB (Red+Green+Blue) = 147+95+242=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #935FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FF2 is #6CA00D. Grayscale: #7E7E7E. Windows color (decimal): -7118862 or 15884179. OLE color: 15884179.
HSL color Cylindrical-coordinate representation of color #935FF2: hue angle of 261.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935FF2 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 95 | 242 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.05 |
| HSL | 261.22º | 0.85% | 0.66% | - |
| HSV(B) | 261.22º | 0.61% | 0.95% | - |
| XYZ | 32.15 | 20.8 | 86.32 | - |
| YUV | 127.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 242 | 0.39 | 0.61 | 0 | 0.05 | 261.22 | 0.85 | 0.66 |
| Hex | 93 | 5F | F2 | 27 | 3D | 0 | 5 | 105 | 55 | 42 |
| Octal | 223 | 137 | 362 | 47 | 75 | 0 | 5 | 405 | 125 | 102 |
| Binary | 10010011 | 1011111 | 11110010 | 100111 | 111101 | 0 | 101 | 100000101 | 1010101 | 1000010 |
Color Harmonies of #935FF2
Complementary color
Monochromatic Colors of #935FF2
Black with #935FF2
Text Example
Text Example
White with #935FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FF2; }
p { color: rgb(147,95,242); }
H1.HeaderClassName
{
color: #935FF2;
}
.AnyTagClassName
{
color: #935FF2;
}
</style>
background-color css
<style>
a { background-color: #935FF2; }
a { background-color: rgb(147,95,242); }
div.DivClassName
{
background-color: #935FF2;
}
.BgClassName
{
background-color: #935FF2;
}
</style>
border-color css
<style>
span { border-color: #935FF2; }
span { border-color: rgb(147,95,242); }
td.TdClassName
{
border-color: #935FF2;
}
.TagClassName
{
border-color: #935FF2;
}
</style>