Shades of Medium Purple #966AF3
Tints of Medium Purple #966AF3
RGB
CMYK
RGB Variations
Color information
#966AF3 (or 0x966AF3) is known color: Medium Purple. HEX triplet: 96, 6A and F3. RGB value is (150,106,243). Sum of RGB (Red+Green+Blue) = 150+106+243=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #966AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AF3 is #69950C. Grayscale: #868686. Windows color (decimal): -6919437 or 15952534. OLE color: 15952534.
HSL color Cylindrical-coordinate representation of color #966AF3: hue angle of 259.27º degrees, saturation: 0.85, 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 #966AF3 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 106 | 243 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.05 |
| HSL | 259.27º | 0.85% | 0.68% | - |
| HSV(B) | 259.27º | 0.56% | 0.95% | - |
| XYZ | 33.91 | 23.26 | 87.5 | - |
| YUV | 134.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 243 | 0.38 | 0.56 | 0 | 0.05 | 259.27 | 0.85 | 0.68 |
| Hex | 96 | 6A | F3 | 26 | 38 | 0 | 5 | 103 | 55 | 44 |
| Octal | 226 | 152 | 363 | 46 | 70 | 0 | 5 | 403 | 125 | 104 |
| Binary | 10010110 | 1101010 | 11110011 | 100110 | 111000 | 0 | 101 | 100000011 | 1010101 | 1000100 |
Color Harmonies of #966AF3
Complementary color
Monochromatic Colors of #966AF3
Black with #966AF3
Text Example
Text Example
White with #966AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AF3; }
p { color: rgb(150,106,243); }
H1.HeaderClassName
{
color: #966AF3;
}
.AnyTagClassName
{
color: #966AF3;
}
</style>
background-color css
<style>
a { background-color: #966AF3; }
a { background-color: rgb(150,106,243); }
div.DivClassName
{
background-color: #966AF3;
}
.BgClassName
{
background-color: #966AF3;
}
</style>
border-color css
<style>
span { border-color: #966AF3; }
span { border-color: rgb(150,106,243); }
td.TdClassName
{
border-color: #966AF3;
}
.TagClassName
{
border-color: #966AF3;
}
</style>