Shades of Medium Purple #996BF6
Tints of Medium Purple #996BF6
RGB
CMYK
RGB Variations
Color information
#996BF6 (or 0x996BF6) is known color: Medium Purple. HEX triplet: 99, 6B and F6. RGB value is (153,107,246). Sum of RGB (Red+Green+Blue) = 153+107+246=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #996BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BF6 is #669409. Grayscale: #888888. Windows color (decimal): -6722570 or 16149401. OLE color: 16149401.
HSL color Cylindrical-coordinate representation of color #996BF6: hue angle of 259.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #996BF6 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 107 | 246 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.04 |
| HSL | 259.86º | 0.89% | 0.69% | - |
| HSV(B) | 259.86º | 0.57% | 0.96% | - |
| XYZ | 35.03 | 23.94 | 89.96 | - |
| YUV | 136.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 246 | 0.38 | 0.57 | 0 | 0.04 | 259.86 | 0.89 | 0.69 |
| Hex | 99 | 6B | F6 | 26 | 39 | 0 | 4 | 104 | 59 | 45 |
| Octal | 231 | 153 | 366 | 46 | 71 | 0 | 4 | 404 | 131 | 105 |
| Binary | 10011001 | 1101011 | 11110110 | 100110 | 111001 | 0 | 100 | 100000100 | 1011001 | 1000101 |
Color Harmonies of #996BF6
Complementary color
Monochromatic Colors of #996BF6
Black with #996BF6
Text Example
Text Example
White with #996BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BF6; }
p { color: rgb(153,107,246); }
H1.HeaderClassName
{
color: #996BF6;
}
.AnyTagClassName
{
color: #996BF6;
}
</style>
background-color css
<style>
a { background-color: #996BF6; }
a { background-color: rgb(153,107,246); }
div.DivClassName
{
background-color: #996BF6;
}
.BgClassName
{
background-color: #996BF6;
}
</style>
border-color css
<style>
span { border-color: #996BF6; }
span { border-color: rgb(153,107,246); }
td.TdClassName
{
border-color: #996BF6;
}
.TagClassName
{
border-color: #996BF6;
}
</style>