Shades of Medium Purple #936CF2
Tints of Medium Purple #936CF2
RGB
CMYK
RGB Variations
Color information
#936CF2 (or 0x936CF2) is known color: Medium Purple. HEX triplet: 93, 6C and F2. RGB value is (147,108,242). Sum of RGB (Red+Green+Blue) = 147+108+242=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #936CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CF2 is #6C930D. Grayscale: #868686. Windows color (decimal): -7115534 or 15887507. OLE color: 15887507.
HSL color Cylindrical-coordinate representation of color #936CF2: hue angle of 257.46º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936CF2 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 108 | 242 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.05 |
| HSL | 257.46º | 0.84% | 0.69% | - |
| HSV(B) | 257.46º | 0.55% | 0.95% | - |
| XYZ | 33.42 | 23.34 | 86.75 | - |
| YUV | 134.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 242 | 0.39 | 0.55 | 0 | 0.05 | 257.46 | 0.84 | 0.69 |
| Hex | 93 | 6C | F2 | 27 | 37 | 0 | 5 | 101 | 54 | 45 |
| Octal | 223 | 154 | 362 | 47 | 67 | 0 | 5 | 401 | 124 | 105 |
| Binary | 10010011 | 1101100 | 11110010 | 100111 | 110111 | 0 | 101 | 100000001 | 1010100 | 1000101 |
Color Harmonies of #936CF2
Complementary color
Monochromatic Colors of #936CF2
Black with #936CF2
Text Example
Text Example
White with #936CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CF2; }
p { color: rgb(147,108,242); }
H1.HeaderClassName
{
color: #936CF2;
}
.AnyTagClassName
{
color: #936CF2;
}
</style>
background-color css
<style>
a { background-color: #936CF2; }
a { background-color: rgb(147,108,242); }
div.DivClassName
{
background-color: #936CF2;
}
.BgClassName
{
background-color: #936CF2;
}
</style>
border-color css
<style>
span { border-color: #936CF2; }
span { border-color: rgb(147,108,242); }
td.TdClassName
{
border-color: #936CF2;
}
.TagClassName
{
border-color: #936CF2;
}
</style>