Shades of Medium Purple #936BF2
Tints of Medium Purple #936BF2
RGB
CMYK
RGB Variations
Color information
#936BF2 (or 0x936BF2) is known color: Medium Purple. HEX triplet: 93, 6B and F2. RGB value is (147,107,242). Sum of RGB (Red+Green+Blue) = 147+107+242=496 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.64% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #936BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BF2 is #6C940D. Grayscale: #858585. Windows color (decimal): -7115790 or 15887251. OLE color: 15887251.
HSL color Cylindrical-coordinate representation of color #936BF2: hue angle of 257.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #936BF2 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 107 | 242 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.05 |
| HSL | 257.78º | 0.84% | 0.68% | - |
| HSV(B) | 257.78º | 0.56% | 0.95% | - |
| XYZ | 33.32 | 23.13 | 86.71 | - |
| YUV | 134.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 242 | 0.39 | 0.56 | 0 | 0.05 | 257.78 | 0.84 | 0.68 |
| Hex | 93 | 6B | F2 | 27 | 38 | 0 | 5 | 102 | 54 | 44 |
| Octal | 223 | 153 | 362 | 47 | 70 | 0 | 5 | 402 | 124 | 104 |
| Binary | 10010011 | 1101011 | 11110010 | 100111 | 111000 | 0 | 101 | 100000010 | 1010100 | 1000100 |
Color Harmonies of #936BF2
Complementary color
Monochromatic Colors of #936BF2
Black with #936BF2
Text Example
Text Example
White with #936BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BF2; }
p { color: rgb(147,107,242); }
H1.HeaderClassName
{
color: #936BF2;
}
.AnyTagClassName
{
color: #936BF2;
}
</style>
background-color css
<style>
a { background-color: #936BF2; }
a { background-color: rgb(147,107,242); }
div.DivClassName
{
background-color: #936BF2;
}
.BgClassName
{
background-color: #936BF2;
}
</style>
border-color css
<style>
span { border-color: #936BF2; }
span { border-color: rgb(147,107,242); }
td.TdClassName
{
border-color: #936BF2;
}
.TagClassName
{
border-color: #936BF2;
}
</style>