Shades of Medium Purple #934FF2
Tints of Medium Purple #934FF2
RGB
CMYK
RGB Variations
Color information
#934FF2 (or 0x934FF2) is known color: Medium Purple. HEX triplet: 93, 4F and F2. RGB value is (147,79,242). Sum of RGB (Red+Green+Blue) = 147+79+242=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #934FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #934FF2 is #6CB00D. Grayscale: #757575. Windows color (decimal): -7122958 or 15880083. OLE color: 15880083.
HSL color Cylindrical-coordinate representation of color #934FF2: hue angle of 265.03º degrees, saturation: 0.86, 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 #934FF2 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 79 | 242 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.05 |
| HSL | 265.03º | 0.86% | 0.63% | - |
| HSV(B) | 265.03º | 0.67% | 0.95% | - |
| XYZ | 30.86 | 18.21 | 85.89 | - |
| YUV | 117.91 | 198.03 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 242 | 0.39 | 0.67 | 0 | 0.05 | 265.03 | 0.86 | 0.63 |
| Hex | 93 | 4F | F2 | 27 | 43 | 0 | 5 | 109 | 56 | 3F |
| Octal | 223 | 117 | 362 | 47 | 103 | 0 | 5 | 411 | 126 | 77 |
| Binary | 10010011 | 1001111 | 11110010 | 100111 | 1000011 | 0 | 101 | 100001001 | 1010110 | 111111 |
Color Harmonies of #934FF2
Complementary color
Monochromatic Colors of #934FF2
Black with #934FF2
Text Example
Text Example
White with #934FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FF2; }
p { color: rgb(147,79,242); }
H1.HeaderClassName
{
color: #934FF2;
}
.AnyTagClassName
{
color: #934FF2;
}
</style>
background-color css
<style>
a { background-color: #934FF2; }
a { background-color: rgb(147,79,242); }
div.DivClassName
{
background-color: #934FF2;
}
.BgClassName
{
background-color: #934FF2;
}
</style>
border-color css
<style>
span { border-color: #934FF2; }
span { border-color: rgb(147,79,242); }
td.TdClassName
{
border-color: #934FF2;
}
.TagClassName
{
border-color: #934FF2;
}
</style>