Shades of Medium Purple #966BF2
Tints of Medium Purple #966BF2
RGB
CMYK
RGB Variations
Color information
#966BF2 (or 0x966BF2) is known color: Medium Purple. HEX triplet: 96, 6B and F2. RGB value is (150,107,242). Sum of RGB (Red+Green+Blue) = 150+107+242=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #966BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BF2 is #69940D. Grayscale: #868686. Windows color (decimal): -6919182 or 15887254. OLE color: 15887254.
HSL color Cylindrical-coordinate representation of color #966BF2: hue angle of 259.11º 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 #966BF2 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 107 | 242 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.05 |
| HSL | 259.11º | 0.84% | 0.68% | - |
| HSV(B) | 259.11º | 0.56% | 0.95% | - |
| XYZ | 33.86 | 23.41 | 86.74 | - |
| YUV | 135.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 242 | 0.38 | 0.56 | 0 | 0.05 | 259.11 | 0.84 | 0.68 |
| Hex | 96 | 6B | F2 | 26 | 38 | 0 | 5 | 103 | 54 | 44 |
| Octal | 226 | 153 | 362 | 46 | 70 | 0 | 5 | 403 | 124 | 104 |
| Binary | 10010110 | 1101011 | 11110010 | 100110 | 111000 | 0 | 101 | 100000011 | 1010100 | 1000100 |
Color Harmonies of #966BF2
Complementary color
Monochromatic Colors of #966BF2
Black with #966BF2
Text Example
Text Example
White with #966BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BF2; }
p { color: rgb(150,107,242); }
H1.HeaderClassName
{
color: #966BF2;
}
.AnyTagClassName
{
color: #966BF2;
}
</style>
background-color css
<style>
a { background-color: #966BF2; }
a { background-color: rgb(150,107,242); }
div.DivClassName
{
background-color: #966BF2;
}
.BgClassName
{
background-color: #966BF2;
}
</style>
border-color css
<style>
span { border-color: #966BF2; }
span { border-color: rgb(150,107,242); }
td.TdClassName
{
border-color: #966BF2;
}
.TagClassName
{
border-color: #966BF2;
}
</style>